Skip to main content
Skip table of contents

Search: Find Items with Exact Term in Translated Field 

Will find all Content Items which have the exact term "red berry" in the English translation of the translated text field.

CODE
basicInformation.title.en.language:"red berry"

For (product) numbers in translated text fields you must search without quotes. This works with or without the analyzer:

CODE
basicInformation.title.en.language:2106445_1
basicInformation.title.en:2106445_1
  • This query looks in the language analyzed words and considers singular, plural, capitalized, and not capitalized.

  • For text fields without translations remove the language abbreviation and adapt the analyzer (for non-translated fields that is usually the simple analyzer: corporateInformation.title.simple

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.