From e278eacea31d89acb24179ec6e610773c27ad2b7 Mon Sep 17 00:00:00 2001 From: JapSeyz Date: Fri, 11 Aug 2017 21:59:57 +0300 Subject: [PATCH] Fixed typo in README.textile (#26168) The attribute name was camelCase in the text but in the example it was snake_case. --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 93172a0f30c..ac40517f978 100644 --- a/README.textile +++ b/README.textile @@ -110,7 +110,7 @@ curl -XGET 'http://localhost:9200/twitter/_search?pretty=true' -H 'Content-Type: }' -We can also do range search (the @postDate@ was automatically identified as date) +We can also do range search (the @post_date@ was automatically identified as date)
 curl -XGET 'http://localhost:9200/twitter/_search?pretty=true' -H 'Content-Type: application/json' -d '