Skip to content

Commit e278eac

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 9a90899 commit e278eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ curl -XGET 'http://localhost:9200/twitter/_search?pretty=true' -H 'Content-Type:
110110
}'
111111
</pre>
112112

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

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

0 commit comments

Comments
 (0)