Slashdot Mirror


User: tsiolkovsky

tsiolkovsky's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:More pages v.s more relevant pages on Google Index Doubles · · Score: 1

    Even if this were true, it seems that it would still be possible to take the query results and run them through another filter for punctuation, capitalization etc.

    This wouldn't require a whole rewrite, just stick one more filter between the user's query and the final presentation of the data in HTML. You know that the query system has to be highly modular. The data passes through several modules before it is sent back to the user. They just need to add one more module that filters out results that don't meet the query's exact capitalization and punctuation.