diff --git a/docs/how_to_create_search.md b/docs/how_to_create_search.md index 7051c0c6c1486ecf15687dcdc7fba5206727ac45..e6e9a716851517b16039f165dd07dc67d864838e 100644 --- a/docs/how_to_create_search.md +++ b/docs/how_to_create_search.md @@ -1,16 +1,5 @@ # How to create a 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. - -We will also add an additional filter to the search so the user can search on gender and/or birth date. - -Our search will look like as follows: - - - -## Table of contents - - [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) @@ -26,6 +15,15 @@ Our search will look like as follows: + [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. + +We will also add an additional filter to the search so the user can search on gender and/or birth date. + +Our search will look like as follows: + + + ## Create the data processor Go to Administer --> Data Processor --> Add data processor.