Update ttcQuery

Emmaline Autumn 2024-06-11 01:12:31 -07:00
parent 1d904af6b7
commit 7e3fb4008e

@ -30,7 +30,7 @@ Comparators:
- `<` less than
- `>=` greater than or equal to
- `<=` less than or equal to
- `!!` is true/exists. When used as the name of a child, it treats the entire parent as a list and returns the key as $0 and the value as $1 for each child.
- `!!` is true/exists. When used as the name of a child, it treats the entire parent as a list and resolves as a new object with the children `key` and `value` for each child
- `!` is not
- `/` or, allows matching one or more comparators at the same time