Open
Bug 576946
Opened 15 years ago
Updated 12 years ago
QuickSearch should understand localized field values
Categories
(Bugzilla :: Query/Bug List, enhancement, P2)
Tracking
()
NEW
People
(Reporter: LpSolit, Unassigned)
Details
Many places in Bugzilla use display_value() to display localized field values, especially for bug statuses and resolutions. But when using these localized field values with QuickSearch, you get no results, because QS queries the DB directly, and ignore localized values.
So we should either list in page.cgi?id=quicksearch.html the real name vs translated name for all fields having entries in global/field-descs.none.tmpl, and ask the user to use real names instead of translated ones; or QS should be aware of translated names, and convert them into real names (but this would be a problem when using partial names). Probably the first suggestion is better, and much easier to implement.
Updated•15 years ago
|
Severity: minor → enhancement
Priority: -- → P2
Summary: QuickSearch doesn't understand localized field values → QuickSearch should understand localized field values
You need to log in
before you can comment on or make changes to this bug.
Description
•