Update ttcQuery
parent
d5787f7cf5
commit
0aec3dbf33
20
ttcQuery.md
20
ttcQuery.md
@ -18,16 +18,18 @@ Select: `[]`
|
|||||||
- Providing a number selects the ordinal item in the list
|
- Providing a number selects the ordinal item in the list
|
||||||
- Providing a comparator selects items that match the comparator
|
- Providing a comparator selects items that match the comparator
|
||||||
- Selectors can be separated by either commas for "and" or slashes for "or", but not both
|
- Selectors can be separated by either commas for "and" or slashes for "or", but not both
|
||||||
|
|
||||||
Comparators:
|
Comparators:
|
||||||
`=` is similar to
|
- `=` is similar to
|
||||||
`==` is exactly the same
|
- `==` is exactly the same
|
||||||
`>` greater than
|
- `>` greater than
|
||||||
`<` less than
|
- `<` less than
|
||||||
`>=` greater than or equal to
|
- `>=` greater than or equal to
|
||||||
`<=` less than or equal to
|
- `<=` less than or equal to
|
||||||
`!!` is true/exists
|
- `!!` is true/exists
|
||||||
`!` is not
|
- `!` is not
|
||||||
`/` or, allows matching one or more comparators at the same time
|
- `/` or, allows matching one or more comparators at the same time
|
||||||
|
|
||||||
Combiner: `()`
|
Combiner: `()`
|
||||||
- Will only select items that match all of the selectors
|
- Will only select items that match all of the selectors
|
||||||
- Selectors can be separated by either commas for "and" or slashes for "or", but not both
|
- Selectors can be separated by either commas for "and" or slashes for "or", but not both
|
||||||
|
Loading…
x
Reference in New Issue
Block a user