Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

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.

Limitations

This parameter can’t be used with faceting on the same dimension.

Syntax

<dimension_name>:
  suggest_from_topic: <topic_name>
# topic_name is the file name of the topic. If file name is "User Orders" in 
# model IDE then reference as user_orders

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