You can configure search filters for Inbox items. Base your search criteria on a specific Inbox column to filter the results.
For example, to filter the Inbox items based on a Date of Birth Inbox column range, you can use the Date Range predicate to define the date range.
The following are the available predicate types for Inbox:
Range Predicate
Text Predicate
Date Range Predicate
Options Property Predicate
Ensure that you are a member of the workflow-administrators
group to configure search filters for Inbox.
Navigate to Tools, General, Search Forms.
Select the Inbox Search Rail configuration and tap Edit.
Incorporate the predicate configuration changes using Edit Search Forms.
Select Done to save the configuration.
To delete a customized configuration:
Navigate to Tools, General, Search Forms.
Select the Inbox Search Rail configuration and tap Delete.
You can filter Inbox items to search for a number range within an Inbox column using the Range Predicate. You can also choose to include decimal values for numbers.
To configure a Range Predicate:
The configuration changes reflect when you open the Filters page. The filter label that you specified in step 4 displays as the label with an option to define the maximum and minimum values. When you press the Enter key, Experience Manager applies the search criteria on the column name specified in step 3 and returns the Inbox items.
The article lists the latest user interface options. The option names will be updated on the user interface in the upcoming release.
Filter Inbox items to search for a text string within an Inbox column using the Text Predicate.
To configure a Text Predicate:
The configuration changes reflect when you open the Filters page. When you press the Enter key, Experience Manager applies the search text specified in step 4 on the column name specified in step 3 and returns the Inbox items.
You can filter Inbox items to search for a date range within an Inbox column using the Date Range Predicate.
To configure a Date Range Predicate:
The configuration changes reflect when you open the Filters page. The filter label that you specified in step 4 displays as the label for the date range filter along with the start date and end date labels specified in step 5. Experience Manager applies the search criteria on the column name specified in step 3 and returns the Inbox items.
You can filter Inbox items to search for a custom option within an Inbox column using the Custom Column Options Predicate.
To configure a Custom Column Options Predicate:
Open the form for configuration.
Tap the Select Predicate tab and drag Custom Column Options Predicate to the form.
In the Settings tab, select the Inbox column name to base your search on, from Column Name field.
Specify the label for the custom column options filter in the Filter Label field.
Select the Single Select checkbox to enable the selection of just one option while applying filter on an Inbox column.
In the Add Options section:
Select Manual to define the filter search options manually. Tap Add Filter Options to define the first option. Specify the label for the column option and the option value text to search for. For example, if you want to search for Female as a value in an Inbox column, you can specify F as label for the column option and add Female as the option value text. Similarly, you can add more filter options.
Select JSON Path to define options using a JSON file path. The following is a sample JSON file to define filter options:
{
"options":[
{
"text":"Female",
"value":"F"
},
{
"text":"Male",
"value":"M"
}
]
}
Select CRX Options Path to define options using the CRX repository paths. Tap Add Option Paths to add multiple paths. The following is a sample to define Male
and Female
filter options:
<gender jcr:primaryType="sling:OrderedFolder">
<male
jcr:primaryType="nt:unstructured"
jcr:title="Male"
value="M"/>
<female
jcr:primaryType="nt:unstructured"
jcr:title="Female"
value="F"/>
</gender>
Specify an optional description for the configuration and tap Done to save it.
The configuration changes reflect when you open the Filters page. The filter label that you specified in step 4 displays as the label for the Custom Column Option Predicate. Experience Manager applies the search criteria defined in step 6 on the column name specified in step 3 and returns the Inbox items.
The following video illustrates the steps to filter a column based on the true
and false
option values.
You can view search filters based on predicates. Select Filter on the Inbox page. The filters display in the left pane. You can then specify the search criteria to filter Inbox items.
For more information on managing predicate configurations, see Configuring Search Forms.