View url wrong language

Created on 5 February 2025, about 2 months ago

have installed Search API with Database Search and created an index.

Then I created a view that renders the results, exposed several facets, and added a map attachment. Everything looks good, you can test it here: https://camps.apolline.art/en/nos-camps

The issue is related to language: when I switch to English (the secondary language), the website is correctly translated, but the URLs in the search results are rendered in French instead of English.

In the Twig template, I’m using the default variable {{ url }}, but it’s impossible to get the correct URL in English when the page is in English, I have also tried that: {{ path('entity.node.canonical', {'node': node.id}, {'language': language}) }}
but I didn't work either.

Everything is well configured on all the other pages, I have implemented path detection for /en/, and on this search page the path is /en/, so everything should be correct. However, the URLs are still in French rather than in English.

I have no clue how to solve that, I have also found something that may help to solve that.

In the default view when I work with content we have now this language options:

but in the search view, we don't have this option:

Is this error related ?

🐛 Bug report
Status

Active

Version

1.37

Component

General code

Created by

🇨🇭Switzerland sir_squall

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @sir_squall
  • 🇦🇹Austria drunken monkey Vienna, Austria

    In the Search API, entity translations are indexed as individual items (i.e., “node 1, fr” and “node 1, en” are indexed as completely separate, independent items), so the Views option you mention wouldn’t make sense for us: we always use the row language for rendering.
    This is also why I can’t really explain how this could be happening. This is definitely working in general, there are countless sites out there relying on this functionality.

    I assume you are using the “Rendered entity” row style? Then you could try debugging \Drupal\search_api\Plugin\search_api\datasource\ContentEntity::viewMultipleItems() to see whether a wrong $langcode somehow ends up somewhere in there.
    In some way, some custom code or (not too popular) contrib module must be interfering here to produce this wrong result.
    Or is it possible that the issue is related to caching? Have you tried disabling caching to see whether that fixes it? (This should of course also work with caching, but something messing up the cache metadata could still be an explanation.)

    Downgrading priority to “Normal” since I’m positive this error is specific to your site.

  • 🇨🇭Switzerland sir_squall

    Thanks for the support, I found the cause, but I cannot explain why:

    On the english content the field "image" was not translated, and once I have added the translation for this field, the url come back to normal

  • 🇦🇹Austria drunken monkey Vienna, Austria

    OK, then I think we can close this. If there is a bug in what happened, then it doesn’t seem like it’s in this module.

Production build 0.71.5 2024