Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LhonRafaat committed Sep 20, 2024
2 parents d6d19e2 + ac4dcd9 commit 12d4a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ field-operator=value
For example:

```shell
https://url/?fullName-[contains]=lee
https://url/?fullName-contains=lee
```

For a nested field use "." between the nested fields `user.fullName-[contains]=lee`
For a nested field use "." between the nested fields `user.fullName-contains=lee`

##### This only works if the field is not a reference, Im trying to figure out a way to apply it on referencce fields aswell.

Expand Down

0 comments on commit 12d4a95

Please sign in to comment.