Skip to main content
Skip table of contents

Search: Find Items with Tagbox Values

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
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
corporateInformation.persons.department.office.location.name:Aarau
  • Therefore you must ensure that all those levels are available in the search.  

JavaScript errors detected

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

If this problem persists, please contact our support.