Bug #8250
get_search_i18n culture fallback doesn't work in some cases
Status: | Verified | Start date: | 04/08/2015 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Mike Gale | % Done: | 0% | |
Category: | I18N | |||
Target version: | Release 2.2.0 | |||
Google Code Legacy ID: | Tested version: | 2.2 | ||
Sponsored: | No | Requires documentation: |
Description
e.g. if an archival description has an English title but no French one, and you call: get_search_i18n($doc, 'title', array('allowEmpty' => false, 'culture' => $culture, 'cultureFallback' => true))
Then it will just return blank, instead of falling back to English.
History
#1 Updated by Mike Gale about 7 years ago
- Status changed from New to Code Review
- Assignee changed from Mike Gale to Jesús García Crespo
#2 Updated by Mike Gale about 7 years ago
- Priority changed from Medium to High
Setting to high priority since this issue is creating a bug in the new holdings pagination that's in 2.2; cultural fallback isn't working when you switch languages and so the holdings titles are turning up blank.
#3 Updated by Mike Gale about 7 years ago
- Status changed from Code Review to Verified
- Assignee changed from Jesús García Crespo to Mike Gale