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.

Comments

david lesieur’s picture

Priority: Critical » Normal
Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

adrinux’s picture

Status: Closed (fixed) » Needs work

Using 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.

cyberwolf’s picture

I provided a patch for this, see http://drupal.org/node/726474

malc0mn’s picture

StatusFileSize
new454 bytes

Maybe 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...

YK85’s picture

subscribing - is this still an issue? what about Views 6.x-3.x-dev?

joel_osc’s picture

StatusFileSize
new724 bytes

I think this may still be an issue with views 3...here is a patch which seems to work.