Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Find Content
Info
Excerpt

Will find all Items with multiple specific values in text fields, analyzed and not analyzed.  

code
Code Block
fieldpath.analyzer:(term OR term)
languagejson
corporateInformation.note.simple:(todolorem OR tempipsum OR tmp)
  • corporateInformation.note is the fieldpath > layer CorporateInformation, field note

  • The fieldpath extension simple tells Picturepark to look for the value from the simple analyzer, usually the default for non-translated text. 

  • The simple analyzer does not

...

  • know about plurals or word stems.

  • The fieldpath extension language (fieldpath.language:xxx) tells Picturepark to look for the value from the language analyzer, usually used for translated text fields.

  • Check in the text field settings which analyzers are used. By default for non-translated text, it is the simple analyzer.

Code Block
fieldpath.analyzer:(term OR term)