Skip to content

Commit

Permalink
Merge pull request #187 from flotiq/feature/23642-implement-array-fil…
Browse files Browse the repository at this point in the history
…ter-for-not-equal-filter

#23642 implement array filter for not equal filter, doc update
  • Loading branch information
KarolNet authored Oct 23, 2023
2 parents d6ee132 + 439d7ac commit 4f240f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/API/content-type/listing-co.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,10 @@ Filter types
| inRange | Object parameter must be between `filter` and `filter2`, it is only filter type that has three keys in filter object, can be used with number type parameters |

!!! Note
The equals filter allows passing multiple elements so that the results are equal to any of them, for example:<br>
`{"name":{"type":"equals", "filter":["product-1", "product-2"]}}`
The equals and notEquals filters allows 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"]}}`

!!! Example

Expand Down

0 comments on commit 4f240f6

Please sign in to comment.