pjain1 opened a new issue, #18357: URL: https://github.com/apache/druid/issues/18357
When using `Like` filter on multi valued fields, it returns extra/unexpected results. I think its because the filter returns a bitmap index with matching rows however each row may have multiple values and those values are not match against filter and added to the results. Native search query returns correct results because it does match against actual filter [here](https://github.com/apache/druid/blob/master/processing/src/main/java/org/apache/druid/query/search/SearchQueryRunner.java#L136). ### Affected Version All -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
