Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The field path is the hierarchy of the field, which is the path where you can find the field. For the configuration of filters or display patternpatterns, you need to access the value via field id or field path.  The field path always starts in lowercase. 

Code Block
layerId.fieldId

...

You can open schemas > indexing. There you find the field path

...

  • 1. layer 1.1 field = Product information>Products

  • 2. layer 2.1 field = Descriptive Keyword > Keywords

  • 4. layer 4.3 field = Multimedia information > Sources

...

You now need the ids for the Layer and field to build the correct path. The UI shows the names.  

  • In the menu "Layers," you find this information per Layer. You can open the Layer directly with the open icon

    Image RemovedImage Removed
  • In F12 developer tools, you can access the JSON information, which lists layerId and fieldId too.  

...

of every field of the schema. You can copy it by clicking on the value.

...

  • Visual representation of the hierarchy of the field path syntax

    • productInformation.products

    • descriptiveKeyword.keywords

    • multimediaInformation.sources

...