-
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-7418: Added ContentNameCriterion #312
Conversation
c9c1c39
to
6b11f71
Compare
src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php
Outdated
Show resolved
Hide resolved
tests/integration/Core/Repository/SearchServiceContentNameTest.php
Outdated
Show resolved
Hide resolved
tests/integration/Core/Repository/SearchServiceContentNameTest.php
Outdated
Show resolved
Hide resolved
src/lib/Resources/settings/search_engines/legacy/criterion_handlers_common.yml
Outdated
Show resolved
Hide resolved
src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php
Outdated
Show resolved
Hide resolved
src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php
Outdated
Show resolved
Hide resolved
src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php
Outdated
Show resolved
Hide resolved
src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php
Show resolved
Hide resolved
src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php
Outdated
Show resolved
Hide resolved
src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php
Outdated
Show resolved
Hide resolved
src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/ContentName.php
Outdated
Show resolved
Hide resolved
3aafbb7
to
b342923
Compare
b342923
to
f9ad0db
Compare
f9ad0db
to
e9daab8
Compare
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.
Approving.
We will come back to case insensitive queries and indexing at a later date.
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: we've decided to drop supporting extended syntax for ContentName, as this is meant for FullText only and would've worked OOTB on Solr only.
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.
QA approved on IbexaDXP 4.6 commerce.
….php Co-authored-by: Konrad Oboza <[email protected]>
….php Co-authored-by: Konrad Oboza <[email protected]>
078d08f
to
71153dc
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
For more details see https://issues.ibexa.co/browse/IBX-7418 and #82 Key changes: * Implemented input parser for ContentName criterion (ibexa/core#312) * [Tests] Added functional tests coverage
v4.6
This PR adds new criterion that allows to search by content names.
Examples:
Checklist:
$ composer fix-cs
).@ibexa/engineering
).