From 23720ce18c2031cabfe99b3c382cbb259e8a9a30 Mon Sep 17 00:00:00 2001 From: Stefano Maffei Date: Tue, 7 Jul 2026 09:02:06 +0200 Subject: [PATCH 1/2] [DURACOM-506] spellcheck results --- search-endpoint.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/search-endpoint.md b/search-endpoint.md index 7916c6eb..23953d23 100644 --- a/search-endpoint.md +++ b/search-endpoint.md @@ -213,6 +213,7 @@ The returned JSON response will be like: "by" : "dc.date.issued", "order" : "asc" }, + spellCheckSuggestion": null, "_embedded" : { "searchResults": { "_embedded": { @@ -464,6 +465,7 @@ The returned JSON response will be like: "by" : "dc.date.issued", "order" : "asc" }, + "spellCheckSuggestions": null, "page": { "size": 5, "totalElements": 14, From 0c4d70d4e1801f6a141f878e1c49481a4d73cb70 Mon Sep 17 00:00:00 2001 From: Stefano Maffei Date: Tue, 7 Jul 2026 09:03:51 +0200 Subject: [PATCH 2/2] [DURACOM-506] fix typo --- search-endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-endpoint.md b/search-endpoint.md index 23953d23..87510881 100644 --- a/search-endpoint.md +++ b/search-endpoint.md @@ -213,7 +213,7 @@ The returned JSON response will be like: "by" : "dc.date.issued", "order" : "asc" }, - spellCheckSuggestion": null, + "spellCheckSuggestion": null, "_embedded" : { "searchResults": { "_embedded": {