Hacker News new | ask | show | jobs
by axiolite 174 days ago
Doesn't seem to like double-quoted search strings:

  SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Single-quotes don't seem to work (doesn't change search results... doesn't exclude irrelevant results that don't contain the exact string).
2 comments

Oh! I will make sure to fix that, thank you for the bug report!
Escaping and encapsulating input data strikes again.