Realm-js: Sorting Alphabetically

Created on 19 Jul 2017  路  2Comments  路  Source: realm/realm-js

Sorting by items like names, etc are not returned in alphabetical order.

For example, if a collection contains Items with titles "item #1", item #2", item #10", "item #11", the output will be:

  • item #1
  • item #10
  • item #11
  • item #2

When instead it should be

  • item #1
  • item #2
  • item #10
  • item #11

Is the sorting not taking into consideration the length of the item?

O-Community Pipeline-Idea-Backlog T-Enhancement

All 2 comments

You are right, sorting doesn't do this currently. I agree that it would be nice -- we'll keep it in mind.

Any update on this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

krrevilla picture krrevilla  路  45Comments

joshuapinter picture joshuapinter  路  36Comments

compojoom picture compojoom  路  35Comments

L3V147H4N picture L3V147H4N  路  56Comments

dcflow picture dcflow  路  45Comments