From a60af70dfe5fcb64bc0190dbaeed07fe1e200d42 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 16 Jun 2014 09:47:48 +0100 Subject: [PATCH] Docs fix: Elasticutils 0.9+ is not supported --- docs/wagtail_search.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/wagtail_search.rst b/docs/wagtail_search.rst index 642a5e7414..3d8ea26b23 100644 --- a/docs/wagtail_search.rst +++ b/docs/wagtail_search.rst @@ -224,10 +224,13 @@ Prerequisites are the Elasticsearch service itself and, via pip, the `elasticuti .. code-block:: guess - pip install elasticutils pyelasticsearch + pip install elasticutils==0.8.2 pyelasticsearch .. note:: - The dependency on pyelasticsearch is scheduled to be replaced by a dependency on `elasticsearch-py`_. + ElasticUtils 0.9+ is not supported. + +.. note:: + The dependency on elasticutils and pyelasticsearch is scheduled to be replaced by a dependency on `elasticsearch-py`_. The backend is configured in settings: