Skip to content

Commit 1ab57d3

Browse files
committed
Update validation class User Guide
1 parent 2047b5a commit 1ab57d3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,12 @@ Available Rules
644644

645645
The following is a list of all the native rules that are available to use:
646646

647+
.. note:: Rule is string,there must be no spaces between the parameters, especially the is_unique rule.
648+
there can be no spaces before and after ignore_value.
649+
`is_unique[supplier.name,uuid, $uuid]` is not ok
650+
`is_unique[supplier.name,uuid,$uuid ]` is not ok
651+
`is_unique[supplier.name,uuid,$uuid]` is ok
652+
647653
======================= =========== =============================================================================================== ===================================================
648654
Rule Parameter Description Example
649655
======================= =========== =============================================================================================== ===================================================

0 commit comments

Comments
 (0)