Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentescoffier committed Jan 10, 2024
1 parent 515228b commit 7526c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ Request : `/cars?search=brand:Aston* AND price<300000`

7. Using the `IN` and `NOT IN` operators
Request : `/cars?search=color IN ['Red', 'Blue']
*Note: Spaces inside the brackets are not necessary*
*Note: Spaces inside the brackets are not necessary*
*Note: You will need to encode the value (e.g. encodeURI) as brackets are not valid url parts*


8. Using parenthesis
Expand Down

0 comments on commit 7526c14

Please sign in to comment.