In the knowledge article list view, searching in the Category field doesn't return results when using languages other than EnglishIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms When searching the field look up for a category field on the knowledge table with a user language, for example, Spanish, no results are shown. The issue happens only with the Category field (Reference type) in the kb_knowledge table and not any other reference type fields in the same or other tables. The search results show up only if the category is created in that language and doesn't show up in other languages. Steps to reproduce: In an affected instance: Activate the plugins I18N:Knowledge Management Internationalization v2 plugin and Spanish TranslationNavigate to kb_knowledge.listSearch for a category field in the list viewObserve that the results show upSwitch the language to SpanishNow search the same category field in the list viewObserve that no results show up in Spanish language Actual behavior: No results show up on searching the category field in Spanish language Expected behavior: Same results show up on searching the category field in Spanish language as it does when using English language Release At least Kingston and London Cause A field of the type "Translated Text" allows the same field to display different content based on the user's language. In the "Category(kb_category)" table, the field "Label" is a Translated-Text. So any customized categories are not automatically translated and have to be manually done by creating a translated text label for the customized category. Resolution To create a translated text for the category in the kb_category table follow the steps given below: Navigate to sys_translated_text.listCreate a new translated textSelect the table name: kb_category Select language: Spanish Select Field name: label In the documents field again select the table kb_category Select the English category you want to translateWrite the Spanish translation of that category in the values field.Submit Observe that the category gets translated to the language chosen by the user. Additional Information Translate the content of a translated text field