Skip to content

Commit 0b0c982

Browse files
committed
Mention potential limitation
1 parent 4d44d66 commit 0b0c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ruleset-engine/rules-language/operators.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The Rules language supports these comparison operators:
180180
{/* prettier-ignore */}
181181
<sup>1</sup> For more information, refer to [Wildcard matching](#wildcard-matching).<br/>
182182
<sup>2</sup> Access to the `matches` operator requires a Cloudflare Business or Enterprise plan. For more information, refer to [Regular expression matching](#regular-expression-matching).<br/>
183-
<sup>3</sup> For more information, refer to [Inline lists](/ruleset-engine/rules-language/values/#inline-lists) and [Lists](/waf/tools/lists/).
183+
<sup>3</sup> Currently, not all Cloudflare products support lists in their expressions. For more information on lists, refer to [Inline lists](/ruleset-engine/rules-language/values/#inline-lists) and [Lists](/waf/tools/lists/).
184184

185185
:::caution
186186
Comparison operators entered using English notation (such as `eq`, `lt`, and `gt`) must be written in lowercase.

0 commit comments

Comments
 (0)