I need to do between
/lessThan
/greaterThan
queries on String
fields.
I'd like to use it to grab a series of alphabetically-sorted chunks from a collection.
If we can sort on a field (as we can with String
fields), then we should be able to comparison-query on it too... right?
@nolanamy I can see the value in your suggestion, and that you don't wish to sort all of objects to iterate through then to find only a fraction. Realm Core doesn't expose an API for doing it directly.
no news on this? :/
@Grohden Not really. We have looked at supporting the same string-based query language as Realm JS is using (see #6116) but Realm Core still lacks this functionality.
Most helpful comment
@nolanamy I can see the value in your suggestion, and that you don't wish to sort all of objects to iterate through then to find only a fraction. Realm Core doesn't expose an API for doing it directly.