zhenghaoz opened a new pull request, #3110:
URL: https://github.com/apache/kvrocks/pull/3110

   RediSearch supports escaped characters in tags.
   
   - Lexer: 
https://github.com/RediSearch/RediSearch/blob/d81ebcebcf3d39b09e174953d83e7faf6b6e6239/src/query_parser/v2/lexer.rl#L124
   - Parser:
   
https://github.com/RediSearch/RediSearch/blob/d81ebcebcf3d39b09e174953d83e7faf6b6e6239/src/query_parser/v2/parser.y#L748
   - Unescape:
   
https://github.com/RediSearch/RediSearch/blob/d81ebcebcf3d39b09e174953d83e7faf6b6e6239/src/query_parser/v2/parser.y#L80
   
   This pull request implements it on Kvrocks.


-- 
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]

Reply via email to