Skip to content

[Proposal] Add fallback support with limit and skip (for non unique indexed fields). Avoid sort arg pollution. #3

@nodkz

Description

@nodkz

Current connection implementation does not allow to create Connection which uses mongoose text search or geo search. So connections should support fallback traversing with limit and skip for such queries.

Current implementation pollutes resolveParams.sort and it brings problems when setup a custom sorting. So connections should work with any type of sorting, even return the same record twice.

NB: Connections guarantee that does not return records twice only if used sorting on unique indexed fields.

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