Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support MongoDB collations #48

Open
4strid opened this issue Apr 2, 2018 · 0 comments
Open

Support MongoDB collations #48

4strid opened this issue Apr 2, 2018 · 0 comments

Comments

@4strid
Copy link
Owner

4strid commented Apr 2, 2018

This is the best way to perform case insensitive search, and should be supported.

  • Add a method to the cursor for collation (maybe make the Cursor a proxy of the underlying cursor? Then we just support every MongoDB feature out of the box)
  • Add a way to set a default collation for a given collection (?)
  • Add warning methods to NeDB client which explain that NeDB does not support collation
  • Add a note to the README about collation indexes (maybe start a set of "examples" and show using collation to perform case insensitive search in its own example)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant