Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Searching for a value inside the description, which is a translated text field, works in advanced search mode with the syntax:

productInformation.description.en:Blueberry*

You can provide the whole value as an exact match (including letter casing) or work with wildcards (value*). Be aware the first character of the value must match (b!=B) as you cannot start searching with a wildcard (see special characters and spaces).  To ensure that you find something work with OR. 

productInformation.description.en:(Blueberry* OR blueberry*)


  • No labels