mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
website: document lexical ordering operators
This commit is contained in:
@@ -218,7 +218,8 @@ The `constraint` object supports the following keys:
|
||||
to true. Soft constraints are not currently supported.
|
||||
|
||||
* `operator` - Specifies the comparison operator. Defaults to equality,
|
||||
and can be `=`, `==`, `is`, `!=`, `not`.
|
||||
and can be `=`, `==`, `is`, `!=`, `not`, `>`, `>=`, `<`, `<=`. The
|
||||
ordering is compared lexically.
|
||||
|
||||
* `value` - Specifies the value to compare the attribute against.
|
||||
This can be a literal value or another attribute.
|
||||
|
||||
Reference in New Issue
Block a user