I am using lettucemod version 3.8.1 and it looks like it doesn't allow to do wildcard pattern matches.
According to https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/query_syntax/:
"In DIALECT 2 or greater, wildcard pattern matches are expressed as "w'foobar?'". Note the use of double quotes to contain the w pattern."
Double quotes are required to make it work but when I have a multifield query like:
"@field1: w'fulltext0c2d07f6afc149b388e6a84bba808ca6'" @tagField: { tagvalue }
how double quotes should be used?
How should I construct string with the query so ft.search use it correctly?
#Lettucemod does not handle wildcard pattern matches
2 messages · Page 1 of 1 (latest)
Hey @chrome venture , let's continue the conversation in the https://github.com/redis/lettucemod/issues/61 that you've logged
GitHub
This query: ft.search json:search "@field: w'fulltext*5d13e891162a456babf2fd9b864df96d'" DIALECT 2 when executed in redis-cli returns correct data. According to https://redis.io/d...