You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collation are a MongoDB implementation that allow user for language-specific rules for string comparison, useful in search and sort operation on strings; it would be nice to have them implemented in the CRUD.
In my use case I'd like to be able to sort and implement text searches within the database, without having to implement application code.
What do you think about this feature?
The text was updated successfully, but these errors were encountered:
Feature Description
Collation are a MongoDB implementation that allow user for language-specific rules for string comparison, useful in search and sort operation on strings; it would be nice to have them implemented in the CRUD.
In my use case I'd like to be able to sort and implement text searches within the database, without having to implement application code.
What do you think about this feature?
The text was updated successfully, but these errors were encountered: