Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

feature(monk): pass options to monk .find() calls #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ericrallen
Copy link

This allows the user to easily apply limit and sort options along with various other Mongo options to the .find() query via the standard API that monk exposes.

I added a test, but it is rather unclear how the tests for this project are supposed to work and I could never get more than the first two to pass. I'd be happy to revisit the tests if you can tell me what I need to do to get them running.

Closes #39

This allows the user to easily apply limit and sort options along with
various other Mongo options to the .find() query via the standard API
that monk exposes.
@ericrallen
Copy link
Author

@benbrown Hey there, I know this repo probably doesn't get as much love as it used to, but is there anything we can do to help get some of these open PRs across the finish line?

This one in particular is a big deal if you are storing any other data in the MongoDB instance and need to query it.

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.

Support passing options to .find()
1 participant