Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Match - Search -> Synonyms #2321

Open
claridgicus opened this issue Dec 21, 2023 · 0 comments
Open

Feature Match - Search -> Synonyms #2321

claridgicus opened this issue Dec 21, 2023 · 0 comments
Assignees

Comments

@claridgicus
Copy link

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

@dranikpg dranikpg self-assigned this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants