-
Notifications
You must be signed in to change notification settings - Fork 34
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
EZP-29984: Add support for Field LIKE criterion with "*" wildcards #128
Conversation
This comment has been minimized.
This comment has been minimized.
@wizhippo As you did the initial impl, your ok with a change like this on your side? |
@andrerom I'm good with it like this. Are we making legacy behave the same (using '%' on the start and end by default)? If not then making this behave the same for consistency may be wanted. |
@wizhippo It's on the todo on this. Before this can be merged, there should be PR on kernel adding integration tests and possibly adapt logic in legacySE. |
@wizhippo Kernel PR done and this PR adapted for it (using * now instead to align with FullText). |
…ch Engine Adapt SolrSE to correct support for LIKE and CONTAINS. Todo: - Open PR with API and integration test coverage for this. - CS / Adapt unit tests
https://jira.ez.no/browse/EZP-29984
Adapt Solr Search Engine to correct support for LIKE with wildcards using "*".
Todo: