duckduckgo / zeroclickinfo-fathead

DuckDuckGo Instant Answers based on keyword data files
https://duckduckhack.com/
Other
318 stars 365 forks source link

Spark Suggestion: Add Redirects #788

Closed pjhampton closed 7 years ago

pjhampton commented 7 years ago

Description

Currently, a user has to type in the full API path to get a description back from this IA. For example:

screen shot 2017-02-14 at 2 08 33 pm

As a result, this IA is undertriggering like crazy. Which is a shame! As a Spark user myself, I would love to search ml QuantileDiscretizer and it redirects to org.apache.spark.ml.feature.QuantileDiscretizer

An example of this in action is: https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/angularjs/output.txt#L1 where R is the redirect.

Get Started

Resources


Instant Answer Page: https://duck.co/ia/view/spark_scala_reference

adityatandon007 commented 7 years ago

@pjhampton can I take a look at this