> How would I alter search plugins other than Google to get 100 results
> per page instead of 10?
Scroogle SSL search
<https://addons.mozilla.org/en-US/firefox/addon/12506/>
--
s|b
To search for (say) 25 items in Clusty, use a URL string like this:
http://clusty.com/search?input-form=clusty-simple&v:sources=webplus&v:state=root%7Croot-0-25%7C0&query=nunya%40bees.wax
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ count
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ search string
[Substring position markers best viewed in a fixed-pitch font]
--
Regards
Ralph
> How would I apply that to the search plugin? This is the format of its
> search string:
> <os:Url type="text/html" method="GET"
> template="http://clusty.com/search?query={searchTerms}&tb=opensearch&">
>
> When I tried adding your code into it, it did not work.
For 25 hits, try
<os:Url type="text/html" method="GET"
template="http://clusty.com/search?query={searchTerms}&tb=opensearch&v:state=root%7Croot-0-25%7C0">
> Using that as a
> bookmark address did not work either.
Very strange. What does happen when you click on this bookmark ?
--
Regards
Ralph