How to `filter_by` a string that DOES NOT end with...
# community-help
l
How to
filter_by
a string that DOES NOT end with "abc" ?
'filter_by': 'timestamp:>=$calculatedTimestamp && sender:!*abc'
doesn't work
k
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.