Docs: Mention that fields with dots do not work (#36295)

The dot is used as a splitting character internally for looking up
values in the array compare condition, thus the user should use the
script condition in such cases.
This commit is contained in:
Alexander Reelsen 2018-12-07 09:38:12 +01:00 committed by GitHub
parent 9691d0508c
commit 7693d538ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ than or equal to 25:
<4> The comparison value. Supports date math like the
<<compare-condition-date-math, compare condition>>.
NOTE: When using fieldnames that contain a dot this condition will not
work, use a <<condition-script,script condition>> instead.
==== Array-Compare Condition Attributes
[options="header"]