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
I'd like to case-insensitively sort strings using collection.find({}, { sort: { string_key: 1 } }). It looks like Mingo supports this using the Collation option. Does SignalDB expose this?
I'd like to case-insensitively sort strings using
collection.find({}, { sort: { string_key: 1 } }). It looks like Mingo supports this using theCollationoption. Does SignalDB expose this?