Hi, is there a simple way to mention not for `REGE...
# troubleshooting
p
Hi, is there a simple way to mention not for
REGEXP_LIKE
? (rather than trying to achieve that in the regular expression)
n
I don't think there is
p
does TEXT_MATCH support not? unfortunately my column is dictionary encoded for now, so couldn’t try it yet
ah, seems like TEXT_MATCH also doesn’t have it
n
@Sidd wdyt ^^ is this something we can add?
k
Text match supports it
n
k
it's based on lucene syntax
NOT "my search phrase" will work
s
Yes, it should work. I will update the docs.