From 341905156305bee3e6f1210aab9f0851be27e60b Mon Sep 17 00:00:00 2001 From: oidt Date: Sun, 29 Dec 2024 15:59:30 +0100 Subject: [PATCH] reference to the admin-api changed to shop-api --- docs/docs/reference/core-plugins/elasticsearch-plugin/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/core-plugins/elasticsearch-plugin/index.md b/docs/docs/reference/core-plugins/elasticsearch-plugin/index.md index a088454ce6..6de4b6bfa7 100644 --- a/docs/docs/reference/core-plugins/elasticsearch-plugin/index.md +++ b/docs/docs/reference/core-plugins/elasticsearch-plugin/index.md @@ -53,7 +53,7 @@ const config: VendureConfig = { ## Search API Extensions This plugin extends the default search query of the Shop API, allowing richer querying of your product data. -The [SearchResponse](/reference/graphql-api/admin/object-types/#searchresponse) type is extended with information +The [SearchResponse](/reference/graphql-api/shop/object-types/#searchresponse) type is extended with information about price ranges in the result set: ```graphql extend type SearchResponse {