Skip to content

Case insensitive sorting using createSubscribeQuery #249

Closed
@naserzandi

Description

@naserzandi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions