From 11b227d617e29c6c44fc5e7d81ee002924c1ba64 Mon Sep 17 00:00:00 2001 From: Dave <65955023+davemehr@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:34:35 +0100 Subject: [PATCH] Update index.md The title and link to the scenario ## [Use query string from url for dynamic results](use-query-string-in-url.md) was missing. --- docs/scenarios/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/scenarios/index.md b/docs/scenarios/index.md index 6650f054..9a03fd93 100644 --- a/docs/scenarios/index.md +++ b/docs/scenarios/index.md @@ -48,17 +48,14 @@ With the Modern Search Web Parts you can create a simple and useful Department W ## [Use query rules for promoted links](Use-query-rules-for-promoted-links.md) With the Modern Search Web Parts you can show promoted links for important results. They will be configured with query rules in the SharePoint Search Admin Center. Promoted results will show users more informations and direct links about specific, predefined, terms they searching for. +## [Use query string from url for dynamic results](use-query-string-in-url.md) This scenario describes how to use query string as value in the URL from the current page. You can use URL query string parameters to build dynamic search pages. Use a library with metadata that you can use the query string parameter in the URL. - - ## [Setup Results web part to show birthdays](Setup-Results-web-part-to-show-birthdays.md) A common request in any intranet is to show birthdays of employees. This scenario describes how to use stock SharePoint search to show birthdays of employees in the search results. - ## [Setup Results web part to show work anniversaries](Setup-Results-web-part-to-show-work-anniversaries.md) - Showing the work anniversaries of employees is a common request in any intranet. This scenario describes one way to achive this using a sleight of hand trick/cheating as the search index does not contains the information we need. ---