From 042fde5fb939fbcfa81a9255bd0eb28c491f8bc4 Mon Sep 17 00:00:00 2001 From: WHLukasz Date: Wed, 31 Jan 2024 12:13:18 +0100 Subject: [PATCH] fix typo --- docs/API/content-type/listing-co.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API/content-type/listing-co.md b/docs/API/content-type/listing-co.md index 44aaee6c..c7864ace 100644 --- a/docs/API/content-type/listing-co.md +++ b/docs/API/content-type/listing-co.md @@ -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:
+ The equals and notEquals filters allow 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"]}}`