SearchOptions
SearchOptions =
Omit<FilterOptions,"where"> &object
Options for client.thing.search. Search does not support field-value
where predicates in v1; use thing.query for typed structured filtering.
When about is set or resolveCollections is true, result pages may be
sparse — keep paginating until nextCursor is absent.
Type Declaration
Section titled “Type Declaration”about?
Section titled “about?”
optionalabout?:string
Restrict the search to assertions about this wref target.
optionalmode?:"text"|"vector"|"hybrid"
Search mode: text (BM25), vector (semantic), or hybrid (combined). Defaults to text.
resolveCollections?
Section titled “resolveCollections?”
optionalresolveCollections?:boolean
Expand collection members in the result; pages may be sparse when set.
excludeInfraShapes?
Section titled “excludeInfraShapes?”
optionalexcludeInfraShapes?:boolean
Exclude internal infrastructure shapes from results.
Hit a problem or have a question? Get in touch.