liamayi opened a new issue, #2995:
URL: https://github.com/apache/kvrocks/issues/2995

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   CentOS Linux release 7.8.2003 (Core)
   kvrocks 2.12.1
   
   ### Minimal reproduce step
   
   ft.create idx:m on hash prefix 1 m: schema signature tag
   
   eval 'redis.call("HSET","m:toutiao:123","signature","12345")' 0
   
   ft.search idx:m '@signature:{"12345"}'
   
   ### What did you expect to see?
   
   expect result:
   ```
   1
   m:toutiao:123
   signature
   12345
   ```
   
   but return 0
   
   ### What did you see instead?
   
   0
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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