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

sort by columns with CASE_INSENSITIVE

      Is there a way to sort by columns with case sensitive or case insensitive?

      ex)

      realm.where(MyTable.class)
          .equalTo("column1", "value1")
          .findAllSorted("column2", Sort.ASCENDING, CASE.SENSITIVE);
      

      if no, I hope this function with non-ASCII strongly

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: