Skip to content

Commit 2dd2ca7

Browse files
committed
fix missing
1 parent 8034075 commit 2dd2ca7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

v1/content/data-types/thing/search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ options | thing | Thing with [options](#options).
2626

2727
Option | 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

v1/content/overview/type.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)