Text search
The widget's primary flow: the user types in natural language, the agent returns ranked products, guided filters, a conversational answer and top products.
How to enable it
Enabled by default. Nothing extra is required: any installation with a valid data-token includes it.
To customize:
data-placeholder="Search products…"on the<script>to change the empty-input copy.data-suggestions="false"to disable the suggestions dropdown.data-filters="false"to hide filters and the drawer.
Full table: Configuration → data-*.
What the user sees
- Multi-line input with auto-grow.
- Inline ghost text (Tab to accept).
- ~300 ms debounce on the suggestions dropdown.
- On mobile,
font-size ≥ 16pxto prevent iOS auto-zoom.
Session continuity
Each widget init starts a fresh search session. As long as the session is alive, the widget keeps its own conversational thread so the agent remembers prior turns.
Further reading
- Suggestions — autocomplete and ghost text.
- AI assistant — how the conversational answer is composed.
- Reference → Data models — full
SearchResponse.