Bug 41833 - Use YML description for syspref's search
Summary: Use YML description for syspref's search
Status: RESOLVED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 41834
  Show dependency treegraph
 
Reported: 2026-02-12 09:53 UTC by Jonathan Druart
Modified: 2026-02-12 10:51 UTC (History)
1 user (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!