when i search for a specific key on a stream using liststreamqueryitems i do not get returned any values (there are no error messages just an empty list). However when i use liststreamkeyitems i do get a return. i need to use liststreamqueryitems as i am querying with multiple keys. i do not think the issue is my query as when i replace the specific key with another key it works fine.
to illustrate the problem i am searching for:
- liststreamqueryitems chrom_5 '{"keys":["10059", "('0|1', '1|0')"]}'
when i search for:
it works fine.
Any idea what is going on?
Thanks a lot!