feat(query): add basic regular expression operator support - refs #2236
This commit is contained in:
committed by
Wolfgang Walther
parent
a768bcbf20
commit
007f49a8bc
@@ -93,6 +93,8 @@ singleValOperator = \case
|
||||
OpNotExtendsRight -> "&<"
|
||||
OpNotExtendsLeft -> "&>"
|
||||
OpAdjacent -> "-|-"
|
||||
OpMatch -> "~"
|
||||
OpIMatch -> "~*"
|
||||
|
||||
ftsOperator :: FtsOperator -> SqlFragment
|
||||
ftsOperator = \case
|
||||
|
||||
Reference in New Issue
Block a user