You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Jackie-Jiang (via GitHub)" <gi...@apache.org> on 2024/02/21 23:24:39 UTC

Re: [I] Seems text_match() function doesn't support search with '#' character [pinot]

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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org