Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

COMPASS-3825: Show skip/limit/project in query view on export #7

Merged
merged 2 commits into from
Oct 25, 2019

Conversation

imlucas
Copy link
Contributor

@imlucas imlucas commented Oct 23, 2019

Instead of the query viewer containing only the query predicate:

{}

We now include a shell snippet that includes skip/limit/project set in the query bar, in addition, to the predicate:

db.pets.find(
  {name:'Arlo'},
  {name:1}
).limit(100).skip(0)

@imlucas imlucas merged commit 1f70a41 into master Oct 25, 2019
@imlucas imlucas deleted the show-query-options-in-viewer branch October 25, 2019 14:02
@imlucas
Copy link
Contributor Author

imlucas commented Oct 25, 2019

📦 @mongodb-js/compass-import-export@4.1.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant