Interface: CosmographSearchOptions
Properties
fields
fields:
string[]
Point fields to search.
limit?
optionallimit:number
Maximum number of results to return. Defaults to 100 for searchPoints and undefined for getPointIndicesBySearch.
offset?
optionaloffset:number
Number of matching results to skip.
Default
0match?
optionalmatch:"contains"|"prefix"|"exact"
How the query should match stringified field values.
Default
'contains'caseSensitive?
optionalcaseSensitive:boolean
Whether matching should preserve character case.
Default
falsereturnFields?
optionalreturnFields:string[]
Point fields to include in returned rows. Defaults to all fields. Only used by searchPoints.
orderBy?
optionalorderBy:"relevance"|"index"
How matching rows should be ordered.
Default
'relevance'