Uploaded image for project: 'Realm Java SDK'
  1. Realm Java SDK
  2. RJAVA-232

Support lexicographically sorting of Strings

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None

      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

            Assignee:
            Unassigned Unassigned
            Reporter:
            christian.melchior@mongodb.com Christian Melchior (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: