Make clear elasticsearch is required and not optional for the search to work (#2927)
This commit is contained in:
parent
f51b299c17
commit
4f24d58a79
|
@ -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
|
||||
----------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue