From 8b96e7dcff973039ef871970f0728511b9cad8ab Mon Sep 17 00:00:00 2001 From: Jorge Martin <53431308+HastaCs@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:15:28 +0100 Subject: [PATCH] Update filtering-locale-publication.md for this pull https://github.com/strapi/strapi/pull/15046 --- .../rest/filtering-locale-publication.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.md b/docs/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.md index 071717d58d..d3c5edf73b 100644 --- a/docs/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.md +++ b/docs/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.md @@ -46,7 +46,9 @@ The following operators are available: | `$notNull` | Is not null | | `$between` | Is between | | `$startsWith` | Starts with | +| `$startsWithi` | Starts with (case-insensitive) | | `$endsWith` | Ends with | +| `$endsWithi` | Ends with (case-insensitive) | | `$or` | Joins the filters in an "or" expression | | `$and` | Joins the filters in an "and" expression | @@ -422,4 +424,4 @@ await request(`/api/articles?${query}`); ``` ::: -:::: \ No newline at end of file +::::