Skip to content

Commit dc2dcec

Browse files
authored
[docs] Update category field to use keyword type in full text tutorial (#137169)
closes elastic/docs-content#3329
1 parent 20a8513 commit dc2dcec

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)