Skip to content
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

[after #1246] Turing-2 Lucene parser should return iLIKE '%abc%', not = 'abc' #1228

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

trzysiek
Copy link
Member

@trzysiek trzysiek commented Jan 26, 2025

We generate log = 'abc', but it should be iLIKE '%abc%', as from doc:

where the author field CONTAINS the exact phrase "john smith"
author:"John Smith"

Need to fix that + update tests, as some of them are wrong because of this.

@trzysiek trzysiek changed the title Turing-2 Lucene parser should return iLIKE '%abc%', not = 'abc' [after #1246] Turing-2 Lucene parser should return iLIKE '%abc%', not = 'abc' Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant