-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:Query BarQuerying and query bar featuresQuerying and query bar featuresrelease_note:enhancement
Description
I used makelogs to generate some logstash data and then ran the query "extension:jpg response:404" under both kuery and lucene.
In kuery, it found 5 items. In lucene, it found 56 items. That is because kuery uses AND to join the clauses while lucene uses OR to join the clauses.
Since keury can be identical to lucene, I think you'll have confusion from people who switch between the two or are using filters that they found elsewhere.
I can't seem to find any reason why it was decided to use AND as the implicit join in either #12624 (PR) or #12624 (Issue) but maybe there was internal discussion about it.
Metadata
Metadata
Assignees
Labels
Feature:Query BarQuerying and query bar featuresQuerying and query bar featuresrelease_note:enhancement