top | item 197649

Y Combinator Web Search Version 1.3 Released

5 points| xirium | 18 years ago | reply

This version performs phrase search ( http://www.ycombinator.search.xirium.com/cgi-bin/search.cgi?p=0&q=%22paul+graham%22 ), boolean search ( http://www.ycombinator.search.xirium.com/cgi-bin/search.cgi?p=0&q=-the ), URL search ( http://www.ycombinator.search.xirium.com/cgi-bin/search.cgi?p=0&q=http%3A%2F%2Ftwitter.com%2F ) and the previous version is available as a web service and command line utility ( http://news.ycombinator.com/item?id=184707 ).

5 comments

order
[+] jeroen|18 years ago|reply
The number of results is not displayed correctly when < 7. An example: http://www.ycombinator.search.xirium.com/cgi-bin/search.cgi?...

For more results, it always says "7 of", even after clicking "More".

And larger searches always end at 1023 items: http://www.ycombinator.search.xirium.com/cgi-bin/search.cgi?...

Oh, and I saw this in the results: "If I’d only known!"

Hope this helps.

[+] xirium|18 years ago|reply
> The number of results is not displayed correctly when < 7.

Doh! The library routine to perform estimates was working fine, the command line utility works fine, but there was a bad assumption between the web interface and the web service.

> larger searches always end at 1023 items

Many search engines limit to 200 results because some search algorithms become more computationally expensive when finding more data. It also costs more in bandwidth. However, special for you, I've raised the limit to a number much larger than the number of posts in this forum.

Your remaining report is due to an interaction with data sanitisation and Unicode.

> Hope this helps.

Most certainly. Thank you for your concise and constructive report.

[+] ajbatac|18 years ago|reply
wow. that's a BIG button there.