From 3df2c5eb7789f001b3fa1cfd046190d30a2c5239 Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Mon, 18 Nov 2024 09:25:52 +0100 Subject: [PATCH 1/3] Clarify redirect supported scenarios --- MicrosoftSearch/create-search-results-pages.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MicrosoftSearch/create-search-results-pages.md b/MicrosoftSearch/create-search-results-pages.md index cf6e829e..08951892 100644 --- a/MicrosoftSearch/create-search-results-pages.md +++ b/MicrosoftSearch/create-search-results-pages.md @@ -1,8 +1,8 @@ --- title: "Create a custom search results page in SharePoint Online" -ms.author: bstucker -author: bstuck -manager: bstuck +mms.author: misvenso +author: wobba +manager: wobba ms.audience: Admin ms.topic: article ms.service: mssearch @@ -18,6 +18,7 @@ One way to customize the search experience in SharePoint is to create a custom s >[!NOTE] > To make changes to the default Microsoft Search results page that is available by default, please see [Customize the search results page](customize-search-page.md). +> A custom redirect URL pointing to the result page provided by Microsoft Search at `_layouts/15/search.aspx` is an unsupported scenario. SharePoint will navigate to `_layouts/15/search.aspx` with the needed parameters based on search box configuration. With a custom results page, you can create a new page that can be used to control the layout and design of search results to support your organization's needs. You can use any built-in web parts, open-source search web parts from SharePoint Patterns and Practices community, and any custom web parts that you have developed using SharePoint Framework. From c8c316b435716b78f3aae7eb06def78ddfdfa8ec Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Mon, 18 Nov 2024 09:44:14 +0100 Subject: [PATCH 2/3] Fixed author --- MicrosoftSearch/create-search-results-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicrosoftSearch/create-search-results-pages.md b/MicrosoftSearch/create-search-results-pages.md index 08951892..6d4ab544 100644 --- a/MicrosoftSearch/create-search-results-pages.md +++ b/MicrosoftSearch/create-search-results-pages.md @@ -1,6 +1,6 @@ --- title: "Create a custom search results page in SharePoint Online" -mms.author: misvenso +ms.author: misvenso author: wobba manager: wobba ms.audience: Admin From 3935c08c23c51b21be6ad84e903264ac175bf584 Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Mon, 18 Nov 2024 09:46:56 +0100 Subject: [PATCH 3/3] Added space --- MicrosoftSearch/create-search-results-pages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MicrosoftSearch/create-search-results-pages.md b/MicrosoftSearch/create-search-results-pages.md index 6d4ab544..0db64ca5 100644 --- a/MicrosoftSearch/create-search-results-pages.md +++ b/MicrosoftSearch/create-search-results-pages.md @@ -18,6 +18,7 @@ One way to customize the search experience in SharePoint is to create a custom s >[!NOTE] > To make changes to the default Microsoft Search results page that is available by default, please see [Customize the search results page](customize-search-page.md). +> > A custom redirect URL pointing to the result page provided by Microsoft Search at `_layouts/15/search.aspx` is an unsupported scenario. SharePoint will navigate to `_layouts/15/search.aspx` with the needed parameters based on search box configuration. With a custom results page, you can create a new page that can be used to control the layout and design of search results to support your organization's needs. You can use any built-in web parts, open-source search web parts from SharePoint Patterns and Practices community, and any custom web parts that you have developed using SharePoint Framework.