diff --git a/_search-plugins/search-pipelines/using-search-pipeline.md b/_search-plugins/search-pipelines/using-search-pipeline.md index 7b721ecdb57..882c94d99ef 100644 --- a/_search-plugins/search-pipelines/using-search-pipeline.md +++ b/_search-plugins/search-pipelines/using-search-pipeline.md @@ -38,7 +38,7 @@ POST /my-index/_search "text_field" : "some search text" } }, - "pipeline" : { + "search_pipeline" : { "request_processors": [ { "filter_query" : { @@ -157,4 +157,4 @@ PUT /my_index/_settings "index.search.default_pipeline" : "_none" } ``` -{% include copy-curl.html %} \ No newline at end of file +{% include copy-curl.html %}