purescript / pursuit

Website for hosting and searching PureScript API documentation
https://pursuit.purescript.org/
Other
171 stars 47 forks source link

Add spell correction #239

Open kseo opened 8 years ago

kseo commented 8 years ago

It would be nice if Pursuit could automatically suggest alternative search keywords when the search failed due to typos.

Inputting mayba shows

Did you mean `maybe`?

instead of

No results for "mayba", sorry.

Suggesting the symbols with 1 or 2 Levenshtein distance will be a good starting point.

I will submit a PR if this proposal is accepted.

hdgarrood commented 8 years ago

I agree, this would be lovely, but I think I'd rather just have them appear in the original search results (with a lower ranking, of course).

kseo commented 8 years ago

@hdgarrood That's also nice! I will start working on this.