Skip to content

Commit 961f69e

Browse files
russcamjavanna
authored andcommitted
Use snake casing for document field (#45432)
This commit updates the search example to use snake casing for the document field. This is consistent with other examples
1 parent 443e1cb commit 961f69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the user name:
1919
POST /twitter/_doc?routing=kimchy
2020
{
2121
"user" : "kimchy",
22-
"postDate" : "2009-11-15T14:12:12",
22+
"post_date" : "2009-11-15T14:12:12",
2323
"message" : "trying out Elasticsearch"
2424
}
2525
--------------------------------------------------

0 commit comments

Comments
 (0)