Search mode. Defaults to 'natural'. Accepts either the string-literal
union ('natural' | 'boolean' | 'phrase') or the companion
FullTextSearchMode enum.
Optionalconfig
config?:string
Text search configuration/language for dialects that use one
(currently Postgres/CockroachDB to_tsvector/plainto_tsquery/
websearch_to_tsquery). Defaults to 'english'.
Search mode. Defaults to 'natural'. Accepts either the string-literal union (
'natural' | 'boolean' | 'phrase') or the companionFullTextSearchModeenum.