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 Request] Support for synonyms. #24

Open
JuxtNorth opened this issue Feb 29, 2024 · 1 comment
Open

[Feature Request] Support for synonyms. #24

JuxtNorth opened this issue Feb 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JuxtNorth
Copy link

Is your feature request related to a problem? Please describe.
As a user of this dictionary, sometimes I search for a term, I also like to discover terms that are similar to the term that I searched. For instance, searching for "method" should also show "function" as a similar term.

Describe the solution you'd like
I would like to see support for synonyms in the search functionality of the dictionary. This means that when I search for a term, the dictionary should also consider synonyms of that word or words that are similar to that term and return relevant results.

Additional context
This feature would greatly enhance the usability and effectiveness of the dictionary, especially for users who may not be familiar with the exact terminology used in the field of development and technology. It would make searching more powerful and intuitive, ultimately improving the overall user experience.

@JuxtNorth JuxtNorth changed the title Support for synonyms [Feature Request] Support for synonyms Feb 29, 2024
@JuxtNorth JuxtNorth changed the title [Feature Request] Support for synonyms [Feature Request] Support for synonyms Feb 29, 2024
@JuxtNorth JuxtNorth changed the title [Feature Request] Support for synonyms [Feature Request] Support for synonyms. Feb 29, 2024
@aelew
Copy link
Owner

aelew commented Feb 29, 2024

DevTerms already has Meilisearch's synonyms feature enabled but has no synonyms set right now. I'll look into how to properly set this up when I'm free
Docs for reference later: https://www.meilisearch.com/docs/learn/configuration/synonyms

@aelew aelew added the enhancement New feature or request label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants