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
Describe the solution you'd like
In the existing dropdown of filter options for the table add the option "not like".
so we can execute " select * from pandas where pandanot like '%awesome panda%' ".
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
@64knl I think this how the current like filter works, does it not ?
But i think it would be good to manually add the condition.
e.g. %term instead of always having %term%
Describe the solution you'd like
In the existing dropdown of filter options for the table add the option "not like".
so we can execute " select * from
pandas
wherepanda
not like '%awesome panda%' ".Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: