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 has been archived by the owner on Jul 10, 2024. It is now read-only.
Describe the Feature
Because Global Search is filters on any sub-string, it causes some unintended behaviour when a particular value is a sub-string of another value in the same column. In particular, searching "male" when "female" is also a valid value in a gender column.
Ideally, it would be possible to configure global search's starts-with vs contains behaviour, and additionally allow the use of meta-characters/wildcards so the user can specify the format of what they want to match on
Describe the Feature
Because Global Search is filters on any sub-string, it causes some unintended behaviour when a particular value is a sub-string of another value in the same column. In particular, searching "male" when "female" is also a valid value in a gender column.
Ideally, it would be possible to configure global search's starts-with vs contains behaviour, and additionally allow the use of meta-characters/wildcards so the user can specify the format of what they want to match on
To Reproduce
Expected behavior
Searching "male" or "^male" would not return the Female result.
The text was updated successfully, but these errors were encountered: