From a7a082a12018eea759245a6f48e45df9900e45c7 Mon Sep 17 00:00:00 2001 From: Holger Veltrup Date: Wed, 2 Oct 2024 18:10:05 +0200 Subject: [PATCH] docs: update more like this doc --- docs/develop/graphql/search/more-like-this.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/graphql/search/more-like-this.md b/docs/develop/graphql/search/more-like-this.md index 8888e7f..e2d5e6f 100644 --- a/docs/develop/graphql/search/more-like-this.md +++ b/docs/develop/graphql/search/more-like-this.md @@ -19,4 +19,4 @@ query { You can also use [filters](filtered-search.md) for more-like-this. -Just like the search, the search result returns a [`SearchResult`](../reference.md#searchresult) object. See also [Search results](index.md#search-results) +Just like the search, the more-like-this-search result returns a [`SearchResult`](../reference.md#searchresult) object. See also [Search results](index.md#search-results)