Filter string attributes lexicographically using operators? #795
underflow00
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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