Hello,

I have a restaurant content type. It has CCK fields. I am using finder to lookup restaurants by name then display search results. When searching restaurant nodes, the pagination won't show even though the pager is set to 10 and i have 100 records. If I switch the content type to page, the pagination shows ! What could be wrong ???

Comments

Anonymous’s picture

Unfortunately pagination is not working correctly currently, same problem for me (with Views Finder). You will have to wait for danielb to look at it or do it yourself if you can.

But if you disable the pager in the Views settings (if it is a Views Finder) and disable it in the Finder settings also, then at least your search will return all the results on one page.

danielb’s picture

In many situations pagination does work, but depends on what features of finder you've used. Make sure views is not limiting the results it returns in any way (as in, has it's own pager).

carlitto’s picture

Hey,

I am using the Node finder and not the views one.
Thanks.

danielb’s picture

Well... that isn't possible. You need the Views finder in order to use CCK fields.

Unless you mean you are searchin by node title. Are the node titles not unique?

ashhishhh’s picture

Try this setting
"Cache duration of options and results"=0;

danielb’s picture

Title: No Pagination for custom content type » Pagination issues
rwd’s picture

Encountering pagination issues with a views finder here, where the first submission of a finder form with given set of field values would display the pager, but any subsequent re-submissions of the form with same values would lose the pager. The suggestion in #5 does fix it, but at the cost of searches never being cached.

danielb’s picture

danielb’s picture

ah so the cache id's need to take the page number into consideration?

danielb’s picture

Status: Active » Fixed

I have committed a fix for the pagination issue explained in #7, I hope this fix and other recent changes to the module will allow these sorts of issues to be dealt with more simply. The change will appear soon in the dev release and from finder 6.x-1.8 onwards (when the time comes).

If you are continuing to have problems with the pager please start a new issue to make it less confusing for me.

Status: Fixed » Closed (fixed)

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

darioshox’s picture

Version: 6.x-1.7 » 6.x-1.8
Component: Finder Node » Code

Hi there, the AHAH pager is not woking for me.. I have a view with multiple fields, the version im using is 6.x-1.8.

Any idea or instructions on this issue? please help

finex’s picture

Status: Closed (fixed) » Active

The bug looks not fixed in 6.x-1.8, but maybe the bug is different from http://drupal.org/node/791604

danielb’s picture

Status: Active » Closed (fixed)

It might be different.