Skip to content

Commit 2cfe0df

Browse files
Update context-suggest.asciidoc
Removed incorrect parameter
1 parent 0d56652 commit 2cfe0df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/search/suggesters/context-suggest.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ PUT place
2828
"contexts": [
2929
{ <1>
3030
"name": "place_type",
31-
"type": "category",
32-
"path": "cat"
31+
"type": "category"
3332
},
3433
{ <2>
3534
"name": "location",

0 commit comments

Comments
 (0)