diff --git a/docs/how_to_create_search.md b/docs/how_to_create_search.md index e6e9a716851517b16039f165dd07dc67d864838e..a20312097f0d7883f2c69a9157ba7d0e431c9817 100644 --- a/docs/how_to_create_search.md +++ b/docs/how_to_create_search.md @@ -1,19 +1,18 @@ # How to create a search -- [How to create a search](#how-to-create-a-search) - * [Create the data processor](#create-the-data-processor) - * [Add the data sources](#add-the-data-sources) - + [Add a data source for the household member](#add-a-data-source-for-the-household-member) - + [Add a data source for the e-mail address of the household member](#add-a-data-source-for-the-e-mail-address-of-the-household-member) - + [Add the Relationship data source](#add-the-relationship-data-source) - + [Add the Household data source](#add-the-household-data-source) - + [Add the address data source](#add-the-address-data-source) - * [Add the fields](#add-the-fields) - * [Add the exposed filters](#add-the-exposed-filters) - * [Add the Contact Search Output.](#add-the-contact-search-output) - + [Add the contact search output](#add-the-contact-search-output) - + [Add the CSV Export output](#add-the-csv-export-output) - * [Start using the search](#start-using-the-search) +- [Create the data processor](#create-the-data-processor) +- [Add the data sources](#add-the-data-sources) + * [Add a data source for the household member](#add-a-data-source-for-the-household-member) + * [Add a data source for the e-mail address of the household member](#add-a-data-source-for-the-e-mail-address-of-the-household-member) + * [Add the Relationship data source](#add-the-relationship-data-source) + * [Add the Household data source](#add-the-household-data-source) + * [Add the address data source](#add-the-address-data-source) +- [Add the fields](#add-the-fields) +- [Add the exposed filters](#add-the-exposed-filters) +- [Add the Contact Search Output.](#add-the-contact-search-output) + * [Add the contact search output](#add-the-contact-search-output) + * [Add the CSV Export output](#add-the-csv-export-output) +- [Start using the search](#start-using-the-search) In this tutorial we are going to create a search action. We search all people who have an active relationship with a household. We will show the name, e-mailaddress of the person and we will show the name and address of the household.