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

zyxware’s picture

Assigned: Unassigned » zyxware
Status: Active » Postponed (maintainer needs more info)

Hello 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

podarok’s picture

in search module and in search404 too

zyxware’s picture

Since 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

zyxware’s picture

Hello 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

podarok’s picture

Version: 6.x-1.1 » 6.x-1.4
Status: Postponed (maintainer needs more info) » Active

Need 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

zyxware’s picture

Status: Active » Postponed (maintainer needs more info)

It 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

zyxware’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Since 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

esclapes’s picture

Status: Closed (fixed) » Active

Hi, 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)

zyxware’s picture

Priority: Critical » Normal
zyxware’s picture

Status: Active » Closed (won't fix)