File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ options | thing | Thing with [options](#options).
2626
2727Option | Type | Description
2828------ | ---- | -----------
29- deep | int | Specify how [ deep] ( ../../collection-api/deep ) the thing must be searched. (defaults to 1)
30- limit | int | Specify a limit of how many results must be search for. (defaults to 1)
29+ deep | int | Specify how [ deep] ( ../ ../../collection-api/deep) the thing must be searched. (defaults to 1)
30+ limit | int | Specify a limit of how many results must be search for. (defaults to 1)
3131
3232### Return value
3333
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ Flag | Description
108108` ^ ` | Tell ThingsDB to use the ` NO_IDS ` return flag on this property. See [ return flags] ( ../statements#return-flags ) for more information.
109109` * ` | When the value is a member of an enumerator, return the _ name_ instead of the _ value_ .
110110` ? ` | Exclude the property when the value is ` nil ` .
111+ ` ! ` | Exclude the property when the value evaluates to ` false ` .
111112
112113### Same deep level
113114
You can’t perform that action at this time.
0 commit comments