Problem/Motivation

In #3470 we changed the search_api_language filter to a language_with_fallback filter to ensure that users could find matching content in different languages if no version in their own language was available. However, this also changed the IDs of the filter which can break existing sites that might rely on that filter.

Steps to reproduce

Proposed resolution

In this commit we revert the ID/name change and only change the field used. We also revert any formatting changes made to the views.* files to make fixing merge conflicts in our search rework easier.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Kingdutch created an issue. See original summary.

kingdutch’s picture

tbsiqueira’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.