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

Commit 24c49c2

Browse files
author
Hans Kristian Flaatten
committed
Add aliased and ignored params to features list
1 parent 04ceff8 commit 24c49c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ useful when building an API and accepting various user specificed queries.
88

99
## Features
1010

11+
* Aliased query parameters
12+
* Ignored query parameters
1113
* Basic operators
1214
* `$ne`
1315
* `$gt`
@@ -17,7 +19,7 @@ useful when building an API and accepting various user specificed queries.
1719
* Geospatial operators
1820
* `$geoWithin`
1921
* `$near`
20-
* Custom queries
22+
* Custom query functions
2123

2224
## Install
2325

0 commit comments

Comments
 (0)