Filter string attributes lexicographically using operators? #795
underflow00
started this conversation in
Feedback & Feature Proposal
Replies: 0 comments
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