Option Query
| Identifier | optionQuery |
| Allows Multiple | true |
Description
Section titled “Description”The optionQuery argument lets you add multiple options to suggesters based on a Dataview data source.
Dataview queries are not supported.
Note that the imageSuggester only supports providing a "path/to/folder", whereas other suggester variations fully support any dataview data source.
Values
Section titled “Values”The input field argument optionQuery accepts the following value configurations.
-
optionQuery(value: any)-
valueis the query for options
-
Allowed Input Fields
Section titled “Allowed Input Fields”
The input field argument optionQuery can be used on the following input fields.
Examples
Section titled “Examples”INPUT[suggester(optionQuery(#tag)):bind_targetINPUT[suggester(optionQuery("path/to/folder")):bind_target]INPUT[imageSuggester(optionQuery("path/to/folder")):bind_target]