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

Commit 7e42a4b

Browse files
author
Hans Kristian Flaatten
committed
Document build in custom queries
1 parent 63eaa21 commit 7e42a4b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ var MongoQS = require('mongo-querystring');
4040
* `object` ignore - ignored query params
4141
* `object` custom - custom query params
4242

43-
#### Custom query params
43+
#### Bult in custom queries
44+
45+
* `bbox` - bounding box query
46+
* `near` - proximity query
47+
* `after` - modified since query
48+
49+
#### Define custom queries
4450

4551
Custom queries are on the folling form; you define the URL query parameter name
4652
that your users will be using and a function which takes the result query object

0 commit comments

Comments
 (0)