odata-v4-filter-parser
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "odata-v4-filter-parser", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Parse OData $filter syntax into MongoDB syntax in JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
odata-v4-filter-parser is a JS parser which parses OData V4 $filter syntax in URL into MongoDB syntax. | ||
See | ||
[OData URL Conventions - System Query Option $filter](http://docs.oasis-open.org/odata/odata/v4.01/cs01/part2-url-conventions/odata-v4.01-cs01-part2-url-conventions.html#_Toc505773218) | ||
[OData ABNF](http://docs.oasis-open.org/odata/odata/v4.01/cs01/abnf/odata-abnf-construction-rules.txt) | ||
[mongoDB Query](https://docs.mongodb.com/manual/reference/operator/query/) | ||
* [OData URL Conventions - System Query Option $filter](http://docs.oasis-open.org/odata/odata/v4.01/cs01/part2-url-conventions/odata-v4.01-cs01-part2-url-conventions.html#_Toc505773218) | ||
* [OData ABNF](http://docs.oasis-open.org/odata/odata/v4.01/cs01/abnf/odata-abnf-construction-rules.txt) | ||
* [mongoDB Query](https://docs.mongodb.com/manual/reference/operator/query/) | ||
## Usage | ||
@@ -57,2 +58,2 @@ ```js | ||
## License | ||
This project is licensed under the MIT license. | ||
This project is licensed under the MIT license. |
494695
59