Skip to content

Commit

Permalink
Fixed typo in README.textile (#26168)
Browse files Browse the repository at this point in the history
The attribute name was camelCase in the text but in the example it was snake_case.
  • Loading branch information
JapSeyz authored and nik9000 committed Aug 11, 2017
1 parent c0a0fe1 commit b2f0c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ curl -XGET 'http://localhost:9200/twitter/_search?pretty=true' -H 'Content-Type:
}'
</pre>

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)

<pre>
curl -XGET 'http://localhost:9200/twitter/_search?pretty=true' -H 'Content-Type: application/json' -d '
Expand Down

0 comments on commit b2f0c09

Please sign in to comment.