Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WHLukasz committed Jan 31, 2024
1 parent 6bdb966 commit 042fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API/content-type/listing-co.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Filter types
| notEmpty | Object parameter exists and is not an empty string or array; the `filter` parameter is ignored. |

!!! Note
The equals and notEquals filters allows passing multiple elements so that the results are equal to any of them, for examples:<br>
The equals and notEquals filters allow passing multiple elements so that the results are equal to any of them, for examples:<br>
`{"name":{"type":"equals", "filter":["product-1", "product-2"]}}` <br>
or: <br>
`{"name":{"type":"notEquals", "filter":["product-1", "product-2"]}}`
Expand Down

0 comments on commit 042fde5

Please sign in to comment.