Thinky — Case Insensitive Sorting with RethinkDB and Thinky ORM
Sorting in RethinkDB (and JavaScript in general) can cause a lot of pain. We previously posted a workaroud for MongoDB to fix this issue. Now we're going to fix it for RethinkDB. The problem: RethinkDB (like MongoDB) always sorts case sensitive in the following order Numerics: 0-9 Uppercase letters: A-Z …
Continue Reading