-
-
Notifications
You must be signed in to change notification settings - Fork 62
Use emojilib
to enhance results
#39
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
Conversation
This generally looks good :) |
There's a check in |
Can you fix the merge conflict? |
@sindresorhus I think I cleaned up |
I tried turning off my wifi, and it doesn't work:
|
@sindresorhus Ok, figured it out now, didn't notice there was interactive mode. Getdango errors were thrown up in case local db got no results, ignoring them completely now. |
Adds
emojilib
results to what we get from getdango.Filtering of
emojilib
is done with simple heuristic(ignore some characters, do exact matches on long searches, substring matches on short searches).Also, allowed using only
emojilib
if getdango API is not available for some reason.Fixes #30
Closes #40