
cts.nearQueryOptions( query as cts.nearQuery ) as Sequence
Returns the options for the specified query.
| Parameters | |
|---|---|
| query | A query. |
const query = cts.nearQuery(
[cts.wordQuery("wanted"),
cts.wordQuery("unwanted")],
12,
"ordered");
cts.nearQueryOptions(query);
=> "ordered"