Versions Compared

Key

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

This query looks for the fieldId "fullName" from the connected List in

...

a Tagbox (persons

...

) that is on the Layer

...

Corporate Information. You must use this syntax to get a specific value from the tag assigned:

...

 layer.tagbox.listfieldid:value

Code Block
corporateInformation.persons.fullName:Joe*

You can access values from nested documents following the same approach. Assuming a Tagbox "Persons" links to a Tagbox "Department" which links to "Office" which links to "Location" which has a Text field "Name".

Code Block
corporateInformation.persons.department.office.location.name:Aarau
  • Therefore you must ensure that all those levels are available in the search.  

    Image Removed

...