Pager for search results
cangeceiro - April 28, 2009 - 19:52
| Project: | Google Search Appliance |
| Version: | 5.x-1.0BETA2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It would be great to have a pager available for search results on this module. Currently the first page is all you get.

#1
The Drupal pager is implemented in this modified version for Druapl 6, if that helps:
http://drupal.org/node/271896#comment-1402210
Note that any filtering that you do with the Front End (this includes the 'filter' QueryPart option for removing 'similar' results) effectively causes the GSA to lie about the number of results it has found, which consequently makes the pager unreliable, and potentially extremely confusing. (google.com has the same issue; it just tends to mask it better due to the sheer quantity of results that it returns.)
I wanted the pager, so my approach was to filter everything at the Collection level, and leave the Front End filtering alone.