From 53806e849c92f10893f9c1e2c46a923ef5449b1e Mon Sep 17 00:00:00 2001 From: Jaap Jansma <jaap.jansma@civicoop.org> Date: Fri, 3 May 2019 22:42:23 +0200 Subject: [PATCH] added documentation on how to create a search --- docs/how_to_create_search.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/docs/how_to_create_search.md b/docs/how_to_create_search.md index e6e9a716..a2031209 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. -- GitLab