You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here is this line, which should look more like this block. That is, if the case_insensitive flag is set, we should generate a case-insensitive term query using AutomatonQueries.
See also my comment over at #16754 (comment). I think we could address both of these issues with some refactoring to take everything down the regexp path and make sure that one path works well.
Describe the bug
Case insensitive regexp query on a wildcard field does not work.
Related component
Search
To Reproduce
Based on #15855
Perform regexp search on the wildcard field with
case_insensitive
set totrue
.Check results
Expected behavior
All documents should be returned, but not.
Additional Details
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: