When strings are indexed in Datastore, what order are they indexed in?
Are number characters like "8" and "9" considered higher or lower than "a" or "b"?
For example, in ascending order, how would these strings appear?
"111", "112", "1111", "abc", "2ab", "aabb"