purescript / pursuit

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

Better search results for operators #329

Closed hdgarrood closed 7 years ago

hdgarrood commented 7 years ago

Fixes #273

Before this change, the query "+" returned no results. Now, you get not only the "+" from Prelude and Data.Typelevel.Num.Ops, but also "+++" from Data.Profunctor.Choice, "++=" from Data.Lens.Setter, and so on.