realm-java icon indicating copy to clipboard operation
realm-java copied to clipboard

Support lexicographically sorting of Strings

Open cmelchior opened this issue 8 years ago • 3 comments

We had a handful of questions now around our support for lexicographically sorting of strings. More commonly people want to do something like realm.where(Person.class).greaterThan("name", "abc").findAll().

One example: https://stackoverflow.com/questions/44581878/realm-string-greaterthan

Supporting this will be trivial if/when Realm Core adds support for it: https://github.com/realm/realm-core/issues/2786

cmelchior avatar Aug 08 '17 05:08 cmelchior

@cmelchior @bmunkholm any news on this?

caeduk avatar Aug 20 '21 08:08 caeduk

was also requested here https://github.com/realm/realm-java/issues/4283

caeduk avatar Feb 17 '22 15:02 caeduk

@cmelchior bump

caeduk avatar Feb 17 '22 15:02 caeduk