Skip to content

Add sort, fields, skip and limit inputs #8

Description

@dashersw

Queries are built up from different sections such as fields, skip, and limit values.
These inputs and functionalities should be added to the app.

image

The app should also display the generated query as in the example;

db.watches.find({ age: { $gt: 21 } }, { name: 1, age: 1}).sort({ "_id": 1}).skip(90).limit(30)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions