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 Jun 4, 2024. It is now read-only.
Typing "lens" as a filter for a text column gets interpreted as "le ns", that is "<= ns".
There is a workaround of course: typing "= lens" or "eq lens".
I suppose there's some value in being able to type "le something" instead of "<= something", but this should only happen if the "le" is followed by a space.
I'd still prefer to be able to completely disable the text comparison operators. For example, French speakers would be surprised by the results of searching for "le something" compared to "Le Something" - even if their table provided case-insensitive search.