Hacker News new | ask | show | jobs
by mrkeen 414 days ago
As of right now, search appears to be completely broken. I can see that the keyword I'm looking for is in the messages. But it won't show up via search (either from the top bar, or from the helpful "press ctrl-f to search within this channel" right-side-bar.)

The UI is aggressively debouncing, so it won't search again unless I change the query.

The UI message is "We couldn't find any results in this channel. Check for spelling, try another search keyword, or search in another channel."

Looking into the network response, I see some fun JSON:

  ...
  "error": {
        "code": "OK",
        "message": "The call failed, please try again.",
        "target": "",
        "details": [
            {
                "code": "OK",
                "message": "The call failed, please try again.",
                "target": "",
                "details": [
                    {
                        "code": "OK",
                        "message": "The call failed, please try again.",
                        "target": "",
                        "details": [
  ...