Closed (fixed)
Project:
Finder
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2010 at 08:25 UTC
Updated:
14 Dec 2010 at 23:10 UTC
Jump to comment: Most recent
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
Comment #1
Anonymous (not verified) commentedUnfortunately 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.
Comment #2
danielb commentedIn 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).
Comment #3
carlitto commentedHey,
I am using the Node finder and not the views one.
Thanks.
Comment #4
danielb commentedWell... 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?
Comment #5
ashhishhh commentedTry this setting
"Cache duration of options and results"=0;
Comment #6
danielb commentedComment #7
rwd commentedEncountering 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.
Comment #8
danielb commentedmarked #791604: Finder and i18n multilanguage Pager problem and #655108: Multiple value fields causing pagination issues as duplicates
Comment #9
danielb commentedah so the cache id's need to take the page number into consideration?
Comment #10
danielb commentedI 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.
Comment #12
darioshox commentedHi 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
Comment #13
finex commentedThe bug looks not fixed in 6.x-1.8, but maybe the bug is different from http://drupal.org/node/791604
Comment #14
danielb commentedIt might be different.