SearchOptions
Options that can be passed for enabling features of a query.
type SearchOptions {
boolSearch: Boolean
}
Fields
boolSearch
(Boolean
)
Pass with a value of true
to use +
, |
, and -
operational characters in a searchTerm
search. Allows you to perform boolean searches with AND
, OR
and NOT
operations, respectively.