From 1f79cbb44701a0a2f5ed3c1a904bf5fadf771463 Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Mon, 2 Jun 2025 16:17:34 +0100 Subject: [PATCH] Updates operator's list --- src/content/docs/cache/how-to/cache-rules/settings.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cache/how-to/cache-rules/settings.mdx b/src/content/docs/cache/how-to/cache-rules/settings.mdx index e1c9570a7f7de81..221bd65a8457cf0 100644 --- a/src/content/docs/cache/how-to/cache-rules/settings.mdx +++ b/src/content/docs/cache/how-to/cache-rules/settings.mdx @@ -42,18 +42,20 @@ The fields mentioned above support all types of purge. However, the [remaining a The operators available for Cache Rule expressions are: +- wildcard +- strict wildcard - equals - does not equal - contains - does not contain - matches regex - does not match regex -- is in -- is not in - starts with - ends with - does not start with - does not end with +- is in +- is not in :::note