website: document lexical ordering operators

This commit is contained in:
Armon Dadgar
2015-10-11 15:58:25 -04:00
parent 641b9f3ee4
commit 6fdbdd83ca

View File

@@ -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.