Skip to content

Commit 0750c92

Browse files
author
Lucas Cosmo Rocha
committed
UPDATE README.md
1 parent 64f634c commit 0750c92

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,9 @@ This middleware supports the queries as follow the pattern bellow:
174174

175175
**NOTES**
176176
* In the last release, is possible filter for sub-level seaches - like `location.city=New York`, advanced filters like `AND`, `<`, `<=`, `>`, `>=`,`OR`,`LIKE` and `Date`.
177+
* The middleware has the following reserved words: `skip`, `page`, `limit`, `start_at`, and `end_at`. Therefore, the use of these words in querystrings outside the context of the middleware may generate a different operation than expected.
177178
## Future Features
178-
- Support for other NoSQL banks, in addition to MongoDB.
179179
- ¹Support for relational databases such as MySQL, PostgreSQL and SQLite.
180-
- Support to use the parser by passing the query string programatically: `parser(string)`.
181-
- Support to use the parser individually: `parserFields(string)`, `parserFilters(string)`, `parserSort(string)` and `paserPagination(string)`.
182180

183181
[//]: # (These are reference links used in the body of this note.)
184182
[build-test]: <https://travis-ci.org/nutes-uepb/query-strings-parser>

0 commit comments

Comments
 (0)