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 +::::