Skip to content

Commit 0e2f235

Browse files
leemthompofzowl
authored andcommitted
[docs] Update category field to use keyword type in full text tutorial (elastic#137169)
closes elastic/docs-content#3329
1 parent 5284851 commit 0e2f235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/query-dsl/full-text-filter-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ GET /cooking_blog/_search
497497
"should": [
498498
{
499499
"term": {
500-
"category": "Main Course"
500+
"category.keyword": "Main Course"
501501
}
502502
},
503503
{

0 commit comments

Comments
 (0)