-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-5111: Introduced custom find and result extracting capabilities #239
Conversation
55676c9
to
4c1efd7
Compare
d0299d8
to
e011a31
Compare
9373d3c
to
17988ef
Compare
17988ef
to
a5ab49f
Compare
a5ab49f
to
fcb7c28
Compare
/** | ||
* @param array{}|array{languages: array<string>, useAlwaysAvailable: bool} $languageFilter | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** | |
* @param array{}|array{languages: array<string>, useAlwaysAvailable: bool} $languageFilter | |
*/ | |
/** | |
* @param array{languages?: array<string>, useAlwaysAvailable?: bool} $languageFilter | |
*/ |
SonarCloud Quality Gate failed.
|
|
||
namespace Ibexa\Contracts\Core\Repository\Values\Search; | ||
|
||
interface SearchContextInterface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that Context implies that there might be parameters that are outside of our current expectations that are used by third party code. In my opinion it should be flexible enough that any underlying search engine could pick parameters that it is interested in.
v4.6
Checklist:
$ composer fix-cs
).@ibexa/php-dev
).