With installed i18n module there is a critical problem with search404
Some renamed pages can be found via search404 but redirect sended only for default language 8(
With installed i18n module there is a critical problem with search404
Some renamed pages can be found via search404 but redirect sended only for default language 8(
Comments
Comment #1
zyxware commentedHello podarok
Does this problem also occur when you search for the these words using the normal search module or is this specific only when a search404 occurs?
Can you let us know this ASAP?
Thank you
Regards
Zyxware
Comment #2
podarokin search module and in search404 too
Comment #3
zyxware commentedSince Search404 uses search module to get the search done can you actually check if this multilingual search issue exists, because only if multilingual search can be done via search module only then search404 will also return results.
I will check out from my side if multilingual search can be done via search module.
Regards
Zyxware
Comment #4
zyxware commentedHello podarok
We did a manual testing on a multilingual site using the Drupal Search module and it did not return any search results. So naturally search404 will also not return any results.
May be you should raise a query @ search module in Drupal.
Regards
Zyxware
Comment #5
podarokNeed return for all languages results on multi-language sites
examples
http://my.ukrweb.info/ru/leopard
http://my.ukrweb.info/en/leopard
http://my.ukrweb.info/uk/leopard
Different results for the different languages
but has to be common output when users come to http://my.ukrweb.info/leopard
Comment #6
zyxware commentedIt seems the search is generated from the search.module and not search404.module. So I guess this should be pointed to the search module team.
Regards
Zyxware
Comment #7
zyxware commentedSince there has been no activity for 13 weeks I am closing this issue, if the problem persists feel free to open the issue
Regards
Zyxware
Comment #8
esclapes commentedHi, I think I can provide an aproach to resolve (not code, sorry) my particular situation which may apply to others.
I am migrating a site where old urls did use a directory strucutre for different languages (dafault language was catalan and spanish pages were within a "cast" subdirectory)
I am using lucena api module, which can filter results by user language (determined by prefix in url)
Because cast is not the usual prefix, all links to Spanish pages are getting catalan search results, it would be much better if I could match that non-default language prefix to the non-default drupal languages (spanish) so the search results would be filtered
An example:
domain.com/cast/my+spanish+query would rewrite to domain.com/es/my+spanish+query
(actually I could do this from apache... so might not be necesary to add this, gonna leave this here for reference anyway)
Comment #9
zyxware commentedComment #10
zyxware commented