Add websearch_to_tsquery support (#1339)
This commit is contained in:
committed by
Steve Chávez
parent
ea97055449
commit
e639c77aa2
@@ -287,7 +287,8 @@ ftsOperators :: M.HashMap Operator SqlFragment
|
||||
ftsOperators = M.fromList [
|
||||
("fts", "@@ to_tsquery"),
|
||||
("plfts", "@@ plainto_tsquery"),
|
||||
("phfts", "@@ phraseto_tsquery")
|
||||
("phfts", "@@ phraseto_tsquery"),
|
||||
("wfts", "@@ websearch_to_tsquery")
|
||||
]
|
||||
|
||||
data OpExpr = OpExpr Bool Operation deriving (Eq, Show)
|
||||
|
||||
Reference in New Issue
Block a user