From 4f24d58a792aaa322b1f0aa6686ea7fb25dc1474 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 17 Oct 2018 15:42:45 +0200 Subject: [PATCH] Make clear elasticsearch is required and not optional for the search to work (#2927) --- docs/setup.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.en.md b/docs/setup.en.md index e30297962b..bb26beb4bc 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -28,7 +28,7 @@ Please install and setup these softwares: ##### Optional * [Redis](https://redis.io/) * Redis is optional, but we strongly recommended to install it -* [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB +* [Elasticsearch](https://www.elastic.co/) - required to enable the search feature *3.* Setup MongoDB ----------------------------------------------------------------