Opened 13 years ago
Last modified 12 years ago
#827 new defect
Topic Category should be indexed in lucene for every language
Reported by: | josegar74 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.8.0 |
Component: | General | Version: | v2.6.4 |
Keywords: | Cc: |
Description
Topic Category value is language independent, but seem only indexed for english.
Searching for a multilingual metadata in english UI the keywords returned contain the topic category. But requesting it in other UI languages, keywords for metadata doesn't contain it.
Returned summary sectionwith query service with english UI:
<summary count="1" type="local" hitsusedforsummary="1">
<keywords>
<keyword count="1" name="boundaries" />
</keywords>
</summary>
Returned summary section with query service with french UI:
<summary count="1" type="local" hitsusedforsummary="1">
<keywords />
</summary>
Change History (2)
comment:1 by , 12 years ago
Milestone: | v2.7.0 → v2.8.0 |
---|
I'm not sure it's the exact same issue, but here if i set a MD_TopicCategoryCode to one of the available codes, it shows up properly translated in the widgets UI with the advanced view, but in the search result view it shows up as an untranslated raw code (the TopicCategory is added to the list of keywords automatically ?).
If i look at the xml returned, <keyword> contains the code and not the translation.