Jackie-Jiang commented on issue #12262: URL: https://github.com/apache/pinot/issues/12262#issuecomment-1958314963
I'd assume you configured text index (Lucene) on column `tags`? I'm not a Lucene expert, but I guess `#` is a special character in lucene query, and probably needs to be escaped. Can you try `text_match(tags, '\#ABC')` and see if it works? -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org 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