From 439d7ac7f33b3162437fef1ed4a7a4232f06f3a3 Mon Sep 17 00:00:00 2001 From: Krzysztof Brylski Date: Fri, 6 Oct 2023 13:15:55 +0200 Subject: [PATCH] doc update --- docs/API/content-type/listing-co.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/API/content-type/listing-co.md b/docs/API/content-type/listing-co.md index 60c4be67..a6887cc5 100644 --- a/docs/API/content-type/listing-co.md +++ b/docs/API/content-type/listing-co.md @@ -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:
- `{"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:
+ `{"name":{"type":"equals", "filter":["product-1", "product-2"]}}`
+ or:
+ `{"name":{"type":"notEquals", "filter":["product-1", "product-2"]}}` !!! Example