Skip to content

Commit

Permalink
Merge pull request #10 from ndelvalle/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yamadapc committed Apr 10, 2016
2 parents f3a33f7 + 44ee508 commit 212518d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ You can get a **lot** more power by using mongodb's default query syntax,
extending it where mongoose/mongodb expose a slightly different API, such
as `.limit`, `.skip` etc.

**get-query-modifier** solves this solution by extracting the _operators_
**get-query-modifier** solves this problem by extracting the _operators_
`$sort`, `$limit`, `$skip`, `$page` and `$select` (plus any operator you want to
support by setting `options.allow`), and translating them into a set of method
calls to the query object (calls to `Query.prototype.sort`,
Expand Down

0 comments on commit 212518d

Please sign in to comment.