pabrahamusa commented on issue #6309: URL: https://github.com/apache/incubator-pinot/issues/6309#issuecomment-738075426
Also it would be good to support NOT searches at the moment OR and AND will work i.e. TEXT_MATCH(data,'quick AND brown AND fox') - works TEXT_MATCH(data,'quick OR brown OR fox') - works TEXT_MATCH(data,'quick NOT brown NOT fox') - Not Working @siddharthteotia I can see you are the TEXT index expert , do you know whether there is a way to do negative searches for TEXT_MATCH also is it a quick fix to support NOT searches? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org