Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 1.11 KB

data-source--examine.md

File metadata and controls

28 lines (13 loc) · 1.11 KB

Contentment for Umbraco logo

Contentment for Umbraco

Data Sources

Examine Query

Populate the data source from an Examine query.

How to configure the editor?

First select the Examine index containing the values you need in your Data Source. Then you need to enter the raw Lucene expression to query Examine with. To make the query contextual using the content's page UDI, you can use C# standard string.Format syntax, e.g. +propertyAlias:"{0}"

Enter the field name to select the name, and the field name to select the value (key) from the Examine record.

Optionally, you can enter the field name to select the icon, and the field name to select the description from the Examine record.

Configuration Editor for Examine Query

What is the value's object-type?

The value returned from the List editor is an string containing the value of the field specified in the configuration.

Depending on the List editor used, this may be wrapped in a List<string>.