to_tsquery ( [ config regconfig, ] query text ) → tsqueryConverts text to a tsquery, normalizing words according to the specified or default configuration. The words must be combined by valid tsquery operators.to_tsquery('english', 'The & Fat & Rats') → 'fat' & 'rat'