Filter string attributes lexicographically using operators? #795
Replies: 2 comments
-
Thank you for taking the time to share your feedback. We agree that lexicographic string filtering is a valuable feature. While our current priorities are focused elsewhere, we’re definitely interested in supporting this in the future. In the meantime, I’ll keep this discussion open so other users can share their thoughts and upvote. |
Beta Was this translation helpful? Give feedback.
-
Hi @underflow00 , We have just released the first RC (release candidate) of Meilisearch containing a way to filter string attributes lexicographically using operators! You can test it by using
You are welcome to leave your feedback in this discussion. If you encounter any bugs, please report them here. 🎉 Official and stable release containing this change will be available on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be good if we can filter string attributes lexicographically using operators, like
attribute > "abc"
.Useful for pagination, as an alternative to using
offset
.Beta Was this translation helpful? Give feedback.
All reactions