🔑

API Key Required

Authorization Gate

Enter your tenant API key to open the Search & Relevance Playground.

Your key is saved in browser storage and reused across all portal pages. Ask your admin to create a tenant and provide your API key.

Live Query

Search Your Tenant Index

Searching live index
Type a query to run it across whichever Playground Mode is active. Default Search compares Exact / Autocomplete / Typo side by side, Faceted Navigation adds filters and facet distributions, Relevance Tuning lets you reorder results with attribute weights and ranking rules, and Hybrid Search (Vector) combines this query with a semantic vector using the HNSW nearest-neighbor index. The query box, geo context, and API key are shared across all of these.

Reference point for distance ranking (decimal degrees)

Pair with latitude to enable spatial distance scoring

When set, Default Search results are re-ranked to favour this user's previously clicked brands and categories.

Exact Match

What is Exact Match? Returns documents whose indexed terms contain the query token verbatim. Fastest mode — zero typo tolerance applied.
Type a query to see exact matches

Autocomplete

What is Autocomplete? Matches documents whose indexed terms start with the typed prefix. Ideal for search-as-you-type experiences.
Start typing to see prefix suggestions

Typo Correction

What is Typo Correction? Uses edit-distance (Levenshtein) to find documents even when the query contains spelling errors. Tolerance level is configurable in Relevance Tuning mode.
Intentional typos will still find results here

Pro Tips

Geo ranking: Fill in the latitude/longitude fields above to enable distance-based scoring on geo documents.
Copy curl: Each column shows the exact HTTP request. Click Copy to get the ready-to-run curl command.
Switch modes: Faceted Navigation and Relevance Tuning reuse your current query — flip tabs to compare how each mode reorders the same results.