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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
