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

Closed
claridgicus opened this issue Dec 21, 2023 · 1 comment
Closed

Feature Match - Search -> Synonyms #2321

claridgicus opened this issue Dec 21, 2023 · 1 comment
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
@BagritsevichStepan
Copy link
Contributor

The issue has been moved to another ticket

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

3 participants