Assets using tags with special characters are not returned using omnisearchbar Hi, If I create a tag with the name "pröva", AEM will create a cq:tag with:the jcr:name set to "prova" - i.e. the 'ö' is stripped out and replace with 'o'the jcr:title set to "pröva" - i.e. the 'ö' is not stripped outIf I now tag an asset with this tag, the asset nodes metadata\cq:tags property references the jcr:name of the tag and not the jcr:title of the tag, e.g. the asset will now have cq:tags set to "prova".This means when using the omnisearchbar to try and retrieve the asset using the native spelling of the tag (i.e. searching for "pröva") nothing is returned.This is because the omnisearchbar performs the following query:(/jcr:root/content/dam//element(*, nt:folder)[(jcr:contains(., 'pröva'))] | /jcr:root/content/dam//element(*, dam:Asset)[(jcr:contains(., 'pröva'))])And of course jcr:contains will only look at the cq:tags property and won't find pröva anywhere.I have contacted Adobe support, but they told me to " update the indexes definition so that tags jc