Join Slack
Powered by
How to `filter_by` a string that DOES NOT end with...
# community-help
l
Loïc
05/25/2025, 1:57 AM
How to
filter_by
a string that DOES NOT end with "abc" ?
Loïc
05/25/2025, 2:00 AM
'filter_by': 'timestamp:>=$calculatedTimestamp && sender:!*abc'
doesn't work
k
Kishore Nallan
05/25/2025, 7:39 AM
We don't have a way to express that query. We have some limited support for infix search but it's typically quite cpu intensive. We focus on prefix search, for auto complete use cases.
Open in Slack
Previous
Next