Details
Description
The list of languages when using admin/search is not the same when we search a content via the UDW.
In fact, using admin/search path, there is a way to set the languages order of the dropdown, but using the UDW, the languages list is set by default and always starts with english.
Steps to reproduce
Install admin translation package: composer require ezplatform-i18n/ezplatform-i18n-fr_fr
Set two languages in your admin, fre-FR and eng-US
In v3 _ezplatform_admin.yam_l, or v2 ezplatform.yaml set this:
system:
admin_group:
- For admin this needs to contain all languages you want to translate content to on the given repository.
languages: [fre-FR, eng-GB]
When you will go to admin/search, the languages list will start by Fre, then eng
But theres is no way to set the languages lis in UDW content search
Expected result
We should provide the same user experience. Both search dropdowns language should always be set the same or at least be adjustable according to the customer's need