From c8860d1bfbb7d8b1029072b516b797c93b67b171 Mon Sep 17 00:00:00 2001 From: Jaap Jansma <jaap.jansma@civicoop.org> Date: Fri, 3 May 2019 22:40:16 +0200 Subject: [PATCH] added documentation on how to create a search --- docs/how_to_create_search.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/how_to_create_search.md b/docs/how_to_create_search.md index d81b7947..7051c0c6 100644 --- a/docs/how_to_create_search.md +++ b/docs/how_to_create_search.md @@ -9,6 +9,23 @@ 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) + + [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 Go to Administer --> Data Processor --> Add data processor. -- GitLab