We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hoogle seems to support OpenSearch discovery, for integrating as a browser search engine. The docs for that are here: https://developer.mozilla.org/en-US/docs/Web/OpenSearch#autodiscovery_of_search_plugins
However, in Hoogle's description file here: https://github.com/ndmitchell/hoogle/blob/master/html/search.xml it's specified that Hoogle should be invoked with mode=suggest via this URL: https://hoogle.haskell.org/?hoogle={searchTerms}&mode=suggest
https://hoogle.haskell.org/?hoogle={searchTerms}&mode=suggest
(an independent bug is that this doesn't vary based on the server URL so this doesn't correctly work on localhost hoogle)
However, this mode doesn't exist in the source code:
hoogle/src/Action/Server.hs
Lines 102 to 123 in 62a2a8a
Thus, suggestions don't work. I might go add that mode, since it is likely not that tricky.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hoogle seems to support OpenSearch discovery, for integrating as a browser search engine. The docs for that are here: https://developer.mozilla.org/en-US/docs/Web/OpenSearch#autodiscovery_of_search_plugins
However, in Hoogle's description file here: https://github.com/ndmitchell/hoogle/blob/master/html/search.xml
it's specified that Hoogle should be invoked with mode=suggest via this URL:
https://hoogle.haskell.org/?hoogle={searchTerms}&mode=suggest
(an independent bug is that this doesn't vary based on the server URL so this doesn't correctly work on localhost hoogle)
However, this mode doesn't exist in the source code:
hoogle/src/Action/Server.hs
Lines 102 to 123 in 62a2a8a
Thus, suggestions don't work. I might go add that mode, since it is likely not that tricky.
The text was updated successfully, but these errors were encountered: