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'm trying to subscribe to a query which is supposed to sort the result.
The following query sorts the result, but it's case sensitive. connection.createSubscribeQuery(collection, { $sort: { title: 1 } });
How can I make it sort the result case insensitive?