This patch fixes an issue where the faceted_search_views module uses the site-wide default number of posts per page variable instead of the one on the selected view.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | faceted_search_views3_pager.patch | 724 bytes | joel_osc |
| #5 | pagerfix.patch | 454 bytes | malc0mn |
| faceted_search_views.patch | 985 bytes | benroot |
Comments
Comment #1
david lesieur commentedCommitted. Thanks!
Comment #3
adrinux commentedUsing latest dev release I'm still seeing this issue. The view is set to page 12 items, faceted search ui reports '1 to 10', and this responds to site-wide default posts number changes so it's definitely still picking that up instead of the views items_per_page.
Possibly a regression since this patch was committed? The code this patch modifies is still in place. I can't figure out why it's using the site-wide default.
Comment #4
cyberwolf commentedI provided a patch for this, see http://drupal.org/node/726474
Comment #5
malc0mn commentedMaybe this problem is related to an oversight in the theming function theme_faceted_search_ui_search_page()? A hardcoded page number is used there... A patch to change this is in attach...
Comment #6
YK85 commentedsubscribing - is this still an issue? what about Views 6.x-3.x-dev?
Comment #7
joel_osc commentedI think this may still be an issue with views 3...here is a patch which seems to work.