Pager not showing up..
yurtboy - January 16, 2009 - 18:29
| Project: | Faceted Search |
| Version: | 6.x-1.x-dev |
| Component: | General |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Just a simple facet search setup with say 19 results only shows 10 and the count shows 19.
No pager.
Zen theme
Thanks,

#1
ps.. I tested on another site which I did less work on and it works so it must be something I did to the theme.
Any thoughts?
#2
I'm seeing this on my site as well. In my case, it is not theme-related:
I have 3 custom CCK content types. When using the Guided Search feature, Faceted Search shows the correct # of records for each content type:
Content type
* Publication (213)
* Researcher (146)
* Page (116)
Clicking on the Publication content type then generates a table listing all the content. The pager is fully functional on these content types. However, clicking on Researcher returns only 10 results, with no pager at the bottom of the list.
Update: I noticed this also happens with the Page content type. More interestingly, the number of search results reported is incorrect. Clicking on the Page content type (with 116 pages) returns a table with only 10 entries, no pager, and "3 Results" listed at the top.
My guess is that the incorrect # of results returned is determining whether or not the pager is to be displayed.
Running Faceted Search version 6.x-1.0-beta2.
Any thoughts?
#3
@yurtboy: Yup, perhaps an issue with the theme...
@mkelly: Do you happen to be using a view for displaying the search results? What does your URL looks like with this search? If you have the Devel module, could you post the query ran by the execute() function?