From 7e3fb4008e2ecf5ae1ba3637aa7c0c6a0e463bea Mon Sep 17 00:00:00 2001 From: Emma Short Date: Tue, 11 Jun 2024 01:12:31 -0700 Subject: [PATCH] Update ttcQuery --- ttcQuery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttcQuery.md b/ttcQuery.md index 535b08e..6a3cb90 100644 --- a/ttcQuery.md +++ b/ttcQuery.md @@ -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