Skip to main content
By default, suggestions come from the current topic. In cases where performance may need to be optimized, the query can be sent to a topic that’s either more performant or reduces load by applying filters.

Syntax

<dimension_name>:
  suggest_from_topic: <topic_name>

Properties

dimension_name
object
The name of the dimension. Dimension names must:
  • Be unique within the view
  • Start with a letter
  • Contain only alphanumeric characters and underscores

Examples

Populate suggestions from the order_items_small topic
status:
  suggest_from_field: order_items.status
  suggest_from_topic: order_items_small
Populate suggestions from filtered topic
country:
  suggest_from_field: country
  suggest_from_topic: topic_always_where_sql_to_usa