metadata101 / iso19115-3.2018

ISO 19115-3:2018 schema plugin
6 stars 19 forks source link

Indexing / Do not index translations if record has no language defined #75

Closed fxprunayre closed 4 years ago

fxprunayre commented 4 years ago

If main language was not defined, wrong facet translation were returned (lower case and wrong field name)


mainLanguage: "",
codelist_resourceScope: "service",
codelist_resourceScope_text: "service",
codelist_resourceScope_text_lang: "service",

now


mainLanguage: "fre",
codelist_resourceScope: "service",
codelist_resourceScope_text: "Service",
codelist_resourceScope_text_langfre: "Service",
davinciagf commented 4 years ago

+1

pvgenuchten commented 4 years ago

LGTM

pvgenuchten commented 4 years ago

should we backport this to 3.10?

fxprunayre commented 4 years ago

should we backport this to 3.10?

Not sure it applies on 3.10 the indexing is made per index + language so it should not apply I think. This in v4, is making facet values not translated.