You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically the premise is my user is going to search for "Black Tshirt"
I should be able to tell my index, that Tshirt, Tee, Tank are all the same word and should be treated the same,
{Tshirt, Tee, Tank}
{Black, Nero, Onyx}
so when I run these queries the results that come out of my search should be pretty much the same.
Black Tshirt
Tshirt Onyx
Tee Black
Tank Black
The text was updated successfully, but these errors were encountered:
In the pursuit of feature matching Redissearch
My use case requires synonym matching which is documented here
https://redis.io/docs/interact/search-and-query/advanced-concepts/synonyms/
Basically the premise is my user is going to search for "Black Tshirt"
I should be able to tell my index, that Tshirt, Tee, Tank are all the same word and should be treated the same,
{Tshirt, Tee, Tank}
{Black, Nero, Onyx}
so when I run these queries the results that come out of my search should be pretty much the same.
Black Tshirt
Tshirt Onyx
Tee Black
Tank Black
The text was updated successfully, but these errors were encountered: