Skip to content

Comment on Ask PG: What's the deal with search on HN?

Comments

Just on the general topic of site search, this is what I use on my site (names changed):

    <form action="http://www.google.com/search" method="get">
      <input type="hidden" name="sitesearch" value="news.ycombinator.com">
      <input type="text" name="q" size="20">
      <input type="submit" value="search" name="submit">
   </form>
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.