Using Elastic search
To use Elastic search, call the D_<ObjectType > Results data page as your data source for either an auto-complete control or elsewhere in any other search field.
The above data page takes the below parameter:
- SearchString – The data string to search for
For all classes, you can perform the search for fields specified in the tool tips on the Search screens. It is defined through a search model that is configured through the pySearch rule of the Custom Search Properties type created in each of the classes, which instructs the Elastic code which fields to enable for search.
The data source for the data page is the Activity as GetSampleDataResults, which prepares the query to be passed and calls the report definition. This Activity sets the properties based on the parameter that is passed and then calls the report definition rule by passing the query string to fetch the records for the specified object type.
Previous topic Step 11: Implementing Elastic search on sample data objects Next topic Step 12: Managing member PII data masking