Live data from Hacker News

I made a 'search engine' for fun

foobub.com

41–50 of 72 posts

Re: I made a 'search engine' for fun

#41
post #38

you made a search engine client , it's very different. A search engine is an index atop a corpus of content that you crawl. It might be useful for you to look at jQuery Masony library for your presentation.

Yeah, I knew I must have been missing something. That's why I put "search engine" in quotes. :)

Re: I made a 'search engine' for fun

#43
post #42
post #5

Neat. So it just searches wikipedia? If so, I can't really complain. 95% of my searches are followed by "wiki" normally so I can get wikipedia first.

I thought I was the only one who does this. There should be an easier way..

I made something similar to foobub which takes you to wikipedia on exact title matches: http://s.xqz.ca/ I use it primarily from my URL bar.

Re: I made a 'search engine' for fun

#46
post #42
post #5

Neat. So it just searches wikipedia? If so, I can't really complain. 95% of my searches are followed by "wiki" normally so I can get wikipedia first.

I thought I was the only one who does this. There should be an easier way..

In chrome, go to settings > manage search engines. Add a new engine with the parameters:

   name:wiki
   keyword: w
   URL: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=inurl:en.wikipedia %s&btnI=745
Once saved, in chrome's address bar type "w foo" and press enter and you'll go directly to the wikipedia article on foo

By routing through google, it's also much more tolerant of misspellings.

Re: I made a 'search engine' for fun

#50
post #42
post #5

Neat. So it just searches wikipedia? If so, I can't really complain. 95% of my searches are followed by "wiki" normally so I can get wikipedia first.

I thought I was the only one who does this. There should be an easier way..

If there's a wikipedia page for your search term then generally duckduckgo shows it at the top - also http://enwp.org/Article_Name is nice.
Post reply on HN