realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.47k stars 1.75k forks source link

Support lexicographically sorting of Strings #5078

Open cmelchior opened 7 years ago

cmelchior commented 7 years ago

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

caeduk commented 3 years ago

@cmelchior @bmunkholm any news on this?

caeduk commented 2 years ago

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

caeduk commented 2 years ago

@cmelchior bump