Skip to content

Commit

Permalink
Correct constant keyword example (#7256)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
(cherry picked from commit 392369e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent 95e1904 commit 311a1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _field-types/supported-field-types/constant-keyword.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PUT romcom_movies
"mappings" : {
"properties" : {
"genre" : {
"type": "constant_keyword",
"value" : "Romantic comedy"
}
}
Expand Down

0 comments on commit 311a1e5

Please sign in to comment.