rahulkrishna-dev opened a new issue, #14983:
URL: https://github.com/apache/pinot/issues/14983
Query being executed:
```
SELECT
keyword
FROM
keywords_rank_v1
WHERE
TEXT_MATCH(keyword, '/.*amul milk.*/')
ORDER BY rank ASC
LIMIT 100
```
The above query is expected to return all the keywords having `amul milk`
but it is not returning anything. My hypothesis is that the regex expression is
being treated as a term query because of the space character, I couldn't find a
way to escape the space character. Please help!
--
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]