Skip to content

Commit b2f0c09

Browse files
JapSeyznik9000
authored andcommitted
Fixed typo in README.textile (#26168)
The attribute name was camelCase in the text but in the example it was snake_case.
1 parent c0a0fe1 commit b2f0c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ curl -XGET 'http://localhost:9200/twitter/_search?pretty=true' -H 'Content-Type:
106106
}'
107107
</pre>
108108

109-
We can also do range search (the @postDate@ was automatically identified as date)
109+
We can also do range search (the @post_date@ was automatically identified as date)
110110

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

0 commit comments

Comments
 (0)