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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Search: fix case-sensitive queries with lang filters (#62157)
This PR fixes a regression where language filters might not match when case
sensitivity is enabled. Before, we just appended `(?i)` to the file filters to
indicate case insensitivity, but still passed a case-sensitive file query to
Zoekt (called `case_file_regex`). Now, we make sure that the Zoekt queries are
also case insensitive so there is no conflict in how to interpret them.
Co-authored-by: Matthew Manela <[email protected]>
0 commit comments