Add '@@' as an infix operator for postgres text search

This commit is contained in:
Alex Dreyer 2015-06-25 11:46:34 -07:00
parent 81f2c72675
commit 21e9c76cfe

View file

@ -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" "="