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

Dictionary look up not fetching first entry #15

Open
mathewthe2 opened this issue Apr 24, 2021 · 1 comment
Open

Dictionary look up not fetching first entry #15

mathewthe2 opened this issue Apr 24, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@mathewthe2
Copy link
Owner

image

Problem: Second or third dictionary entry is taken for words with multiple entries.
Reason: Dictionary is added by keys, later entries replace the value of previous entries.
Probable Solution: Rewrite dictionary look up logic.

  • Default to first entry.
  • Add second, third, fourth entries as separate values to the same key, and allow user to select suitable definition through dropdown select.
@mathewthe2 mathewthe2 added the bug Something isn't working label Apr 24, 2021
@mathewthe2
Copy link
Owner Author

Added multiple entries but default to first one.
5e8fb1e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant