-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
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