From 8aaff51b05e3cc781b89f6258166b6a58ba0295a Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 9 Jul 2014 09:52:33 +0100 Subject: [PATCH] Minor tweak to 0.4 release notes --- docs/releases/0.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/0.4.rst b/docs/releases/0.4.rst index 461689e052..a53ca5463c 100644 --- a/docs/releases/0.4.rst +++ b/docs/releases/0.4.rst @@ -99,7 +99,7 @@ Search * Major refactor of Elasticsearch backend * Use ``match`` instead of ``query_string`` queries * Fields are now indexed in Elasticsearch with their correct type - * Filter fields are no longer included in '_all' (in Elasticsearch) + * Filter fields are no longer included in '_all' * Fields with partial matching are now indexed together into '_partials'