-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
I want to set up a search macro for my browser's URL bar, so I can type err blah and have it go visit https://errors.haskell.org/?q=blah.
There doesn't seem to be any way to do that, because the search bar is an embedded JS thing with no API.
Ultimately there ought to be a real API where a program can post a string or error code and get back a description or a URL, but that would be a separate bug report. All I am currently requesting is a distinct URL for each search.