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
Not sure where this fits in with the greater rework we want to do with filtering #169 but since that will take significant effort and the issue here is a low hanging fruit for many scenarios, I think this makes a lot of sense.
This ties in to the data types epic too #166 as filters are currently pure strings and unaware of numeric vs. string data types.
It's currently impossible to filter by-column without adding an operator making the UI harder to use.
Support the case without operator as implicitly equivalent to "equal".
Linked to:
#169 (comment)
#263
Not sure where this fits in with the greater rework we want to do with filtering #169 but since that will take significant effort and the issue here is a low hanging fruit for many scenarios, I think this makes a lot of sense.
This ties in to the data types epic too #166 as filters are currently pure strings and unaware of numeric vs. string data types.