Add '@@' as an infix operator for postgres text search
This commit is contained in:
parent
81f2c72675
commit
21e9c76cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
||||||
(def infix-fns
|
(def infix-fns
|
||||||
#{"+" "-" "*" "/" "%" "mod" "|" "&" "^"
|
#{"+" "-" "*" "/" "%" "mod" "|" "&" "^"
|
||||||
"and" "or" "xor"
|
"and" "or" "xor"
|
||||||
"in" "not in" "like" "not like" "regexp"})
|
"in" "not in" "like" "not like" "regexp" "@@"})
|
||||||
|
|
||||||
(def fn-aliases
|
(def fn-aliases
|
||||||
{"is" "="
|
{"is" "="
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue