Hey

im using the finder auto complete on a drupal 6 site.

my site consists of 2 languages English and french. when im searching using finder in the french language. its giving me results with a pager with lets assume 10 pages. if i go to English and enter the same word on the English its also giving me 10 pages. while in french the pager is working and giving me results, in the English when i click on the thirds page number it gives me that there are no results.

i tried to debug it and check what might because this problem. first i thought the theme override is related but its not. then into my created finder and removed the pager and displayed all the results in one page. i found that in french its really 10 pages X number of results per page. while in English there are on 2 X number of results per page. ie in french its giving more results that hwy the paging is 10 pages. while in English the results are less but its still showing the pager as 10 pages

w i've been trying to fix it for a while. but i didn't find any settings related to languages in the finder module

so im guessing there might be a problem with the language handling in the finder module.

please i would like to know if there is any fix available for this, cause i have a release in a couple of days and i just saw this problem

appreciate it much

thanks for your help in advance :D

Comments

danielb’s picture

In many situations pagination does not work. It depends how your finder is configured, but a big culprit is using one element to check multiple fields. I am working on some changes to finder that will make it easier to address these bugs in the future, but don't expect it in the next few days. All I can suggest is making a much simpler finder, or turning off the pager.

danielb’s picture

Status: Active » Closed (duplicate)
finex’s picture

Version: 6.x-1.7 » 6.x-1.8
Status: Closed (duplicate) » Active

I'm not sure this is the same of bug 733446: I'm using i18n and the pager duplicates the pages; but starting from half to the end the pages are all empty.

danielb’s picture

Status: Active » Closed (cannot reproduce)

Finder doesn't do anything with languages, so unless you can identify the bug in the code, I'm afraid I don't know what to do about this. I'm not even sure this is actually an i18n issue.
I acknowledge that there is something going wrong, but this isn't enough information to determine what the problem is. Additionally I'm not a multilingual user and I don't know what the expectations are regarding multilingual nodes, so if someone knows about that stuff it would be great if they could help out.