Select number of results that should be returned
jacauc - October 31, 2006 - 07:11
| Project: | Google Ajax Search Module |
| Version: | 4.7.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Is it possible to have a dropdown box with numbers (let's say 1-20) to allow the user to select the number of results to return for his query?
It seems like the default setting is to return 4 results per query

#1
Well for the moment google ajax search api supports two sets of results
* GSearch.LARGE_RESULTSET - request a large number of results (typically 8 results)
* GSearch.SMALL_RESULTSET - request a small number of results (typically 4 results)
So we can make a a global switch eight or four results.
Mac
#2
Sounds good too!
#3
where we can change 4 to 8 results please !?
#4
Hold on few more hours and check the latest version on http://www.6na9.info , we will post it there first.
#5
selection of the result sets has been implemented, greetings and enjoy google ajax search on your drupal site.
Mac