File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -673,7 +673,7 @@ is_natural_no_zero No Fails if field contains anything other than
673673is_unique Yes Checks if this field value exists in the database. Optionally set a is_unique[table.field,ignore_field,ignore_value]
674674 column and value to ignore, useful when updating records to ignore itself.
675675less_than Yes Fails if field is greater than or equal to the parameter value or not numeric. less_than[8]
676- less_then_equal_to Yes Fails if field is greater than the parameter value or not numeric. less_than_equal_to[8]
676+ less_than_equal_to Yes Fails if field is greater than the parameter value or not numeric. less_than_equal_to[8]
677677matches Yes The value must match the value of the field in the parameter. matches[field]
678678max_length Yes Fails if field is longer than the parameter value. max_length[8]
679679min_length Yes Fails if field is shorter than the parameter value. min_length[3]
You can’t perform that action at this time.
0 commit comments