What if you had the option on searching to "show all instances" versus "show only unique links"?
(I prefer to avoid too much toggling whenever possible, because it means a lot of javascript that can slow down users on dial-up or older browsers. And if the same objective's reached by giving you the option when you start the search, then it's a kind of toggling but without the bandwidth-hog of adding yet another script -- since the script means it all must be loaded into the page, even if it's not visible to the user. So the "show only unique links" might also be a "speedy" kind of search, where you just get the barest results to suffice, and you can do a slower search when/if you have more time/bandwidth.)
no subject
Date: 3 Oct 2011 04:30 am (UTC)(I prefer to avoid too much toggling whenever possible, because it means a lot of javascript that can slow down users on dial-up or older browsers. And if the same objective's reached by giving you the option when you start the search, then it's a kind of toggling but without the bandwidth-hog of adding yet another script -- since the script means it all must be loaded into the page, even if it's not visible to the user. So the "show only unique links" might also be a "speedy" kind of search, where you just get the barest results to suffice, and you can do a slower search when/if you have more time/bandwidth.)