Skip to content

Commit

Permalink
Fix search template examples by removing params on put (#110660) (#11…
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Jul 10, 2024
1 parent f1c5807 commit a9e35d2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions docs/reference/search/multi-search-template-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ PUT _scripts/my-search-template
},
"from": "{{from}}",
"size": "{{size}}"
},
"params": {
"query_string": "My query string"
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions docs/reference/search/render-search-template-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ PUT _scripts/my-search-template
},
"from": "{{from}}",
"size": "{{size}}"
},
"params": {
"query_string": "My query string"
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions docs/reference/search/search-template-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ PUT _scripts/my-search-template
},
"from": "{{from}}",
"size": "{{size}}"
},
"params": {
"query_string": "My query string"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ PUT _scripts/my-search-template
},
"from": "{{from}}",
"size": "{{size}}"
},
"params": {
"query_string": "My query string"
}
}
}
Expand Down

0 comments on commit a9e35d2

Please sign in to comment.