From f324a7f2765f5fdfeccc832c8b6152313aa61d39 Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Thu, 19 Dec 2019 12:29:47 +0000 Subject: [PATCH 1/2] Update README.md --- docs/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/README.md b/docs/README.md index ae55a05..8de275a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,6 +6,22 @@ The Search module provides a mirrored index of all CMS content that is optimized The default Search index and related functionality is provided by the [ElasticPress plugin](https://github.com/10up/ElasticPress). +If you do not wish to use the search it can be deactivated via your config: + +```json +{ + "extra": { + "altis": { + "modules": { + "search": { + "enabled": false + } + } + } + } +} +``` + Content that is indexed in the search index by default: - Posts From 3efb7c6380fa2603cf0324d6d837c7592adcf081 Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Thu, 19 Dec 2019 12:41:42 +0000 Subject: [PATCH 2/2] better wording --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 8de275a..ea75072 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ The Search module provides a mirrored index of all CMS content that is optimized The default Search index and related functionality is provided by the [ElasticPress plugin](https://github.com/10up/ElasticPress). -If you do not wish to use the search it can be deactivated via your config: +If you do not wish to use the search module it can be deactivated via your config: ```json {