duckduckgo / zeroclickinfo-goodies

DuckDuckGo Instant Answers based on Perl & JavaScript
https://duckduckhack.com/
Other
979 stars 1.76k forks source link

UnicodeFuzzySearch: Not triggering on live server #1882

Closed tagawa closed 8 years ago

tagawa commented 8 years ago

@konr

https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/UnicodeFuzzySearch.pm seems to be ignored — the example queries don't work:

https://duckduckgo.com/?q=unicode+2665 https://duckduckgo.com/?q=unicode+black+heart

tagawa commented 8 years ago

Strange, seems like it's working in DuckPAN server but not the live or beta servers.

cosimo commented 8 years ago

Doesn't seem to be related to DDG::Goodie::Unicode, rather DDG::Goodie::UnicodeFuzzySearch.

tagawa commented 8 years ago

Thanks @cosimo - I've updated the title and description. As it's only an issue on the live server it may be a platform bug rather than IA issue.

moollaza commented 8 years ago

@tagawa FuzzySearch isn't live, we disabled it a while ago because there were bugs. It hasn't been deployed to beta either so it only works locally, in DuckPAN right now.

There are some issues that need resolving.

https://duck.co/ia/view/unicode_fuzzy_search

tagawa commented 8 years ago

Ah, got it. Thanks @moollaza