Overview
Returns state and asearch function for finding spaces by natural language query. Matches against space name, description, and other text fields using vector similarity.
For integration guidance, see Semantic Search.
Usage Example
Parameters
Callsearch with:
string
required
The natural language query string.
number
Maximum number of results to return.
Returns
SpaceSearchResult[]
Ranked space results.
boolean
true while a search is in progress.string | null
Error message if the last search failed.
(props) => Promise<void>
Executes the search and updates
results.() => void
Clears
results and error.
