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 - Dictionary Word Search and Empty Define Result Fallback #28

Merged
merged 5 commits into from
Feb 23, 2023

Conversation

Rican7
Copy link
Owner

@Rican7 Rican7 commented Feb 23, 2023

Ok, this is a cool one...

This PR adds a couple of main features: the optional capability for sources to expose a word search, and an automatic fallback to using that word search and displaying those results when an otherwise empty result is returned from a define action.

Now, when a word is attempted to be defined, but the source returns an empty result, then a search will be conducted to show suggestions if the source implements an optional interface. Yay! image

@Rican7 Rican7 added the Feature label Feb 23, 2023
@Rican7 Rican7 self-assigned this Feb 23, 2023
Now, when a word is attempted to be defined, but the source returns an
empty result, then a search will be conducted to show suggestions if the
source implements an optional interface. Yay!
@Rican7 Rican7 force-pushed the feature/dictionary-word-search branch from c17ee07 to 47f2ae3 Compare February 23, 2023 02:43
@Rican7 Rican7 merged commit 01bb44a into master Feb 23, 2023
@Rican7 Rican7 deleted the feature/dictionary-word-search branch February 23, 2023 02:52
Rican7 added a commit that referenced this pull request Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant