Skip to content

Option Query Argument

Identifier optionQuery
Allows Multiple true

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

The input field argument optionQuery accepts the following value configurations.

  • optionQuery(value: any)
    • value is the query for options

Allowed Input Fields

The input field argument optionQuery is allowed in the following input fields.

Examples

INPUT[suggester(optionQuery(#tag)):bind_target
INPUT[suggester(optionQuery("path/to/folder")):bind_target]
INPUT[imageSuggester(optionQuery("path/to/folder")):bind_target]