Bug 41833

Summary: Use YML description for syspref's search
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: System AdministrationAssignee: Jonathan Druart <jonathan.druart>
Status: RESOLVED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on:    
Bug Blocks: 41834    

Description Jonathan Druart 2026-02-12 09:53:21 UTC
We currently search using the systempreferences.explanation value in DB, which contains non-translatable strings.
It would be better to use the translatable descriptions that are in the yml files.
Ideally we should search in the translated version and the English one (for people used to search sysprefs by their English descriptions)
Comment 1 Jonathan Druart 2026-02-12 10:51:44 UTC
This is actually already working!