Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix the expression of the validation rule "is_unique" #7063

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions user_guide_src/source/libraries/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@ is_not_unique Yes Checks the database to see if the given value
filter (currently accept only one filter).
is_unique Yes Checks if this field value exists in the is_unique[table.field,ignore_field,ignore_value]
database. Optionally set a column and value
value to ignore, useful when updating records
to ignore itself.
to ignore, useful when updating records to
ignore itself.
less_than Yes Fails if field is greater than or equal to less_than[8]
the parameter value or not numeric.
less_than_equal_to Yes Fails if field is greater than the parameter less_than_equal_to[8]
Expand Down