Search
Server-side market search — useSearch(q) / client.markets.search(q). Ranked full-text over a Connect-owned index (oracle names + short titles); semantic embeddings are the next half.
enter a query
const { results, mode } = useSearch(q, { limit: 12 })
// or: const { markets } = await client.markets.search("btc")