Skip to content

Commit 6817192

Browse files
authored
Merge pull request #230693 from HeidiSteen/heidist-refresh
[azure search] Metadata, TOC update
2 parents 1007abe + 21f8255 commit 6817192

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

articles/search/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
href: search-get-started-arm.md
4646
- name: Tutorials
4747
items:
48-
- name: Add search to web apps
48+
- name: Add search to static web apps
4949
items:
5050
- name: C#
5151
items:

articles/search/cognitive-search-skill-entity-linking-v3.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ title: Entity Linking cognitive skill (v3)
33
titleSuffix: Azure Cognitive Search
44
description: Extract different linked entities from text in an enrichment pipeline in Azure Cognitive Search.
55

6-
manager: jennmar
7-
author: nitinme
8-
ms.author: nitinme
6+
author: HeidiSteen
7+
ms.author: heidist
98
ms.service: cognitive-search
109
ms.topic: reference
1110
ms.date: 08/17/2022

articles/search/cognitive-search-skill-entity-recognition-v3.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ title: Entity Recognition cognitive skill (v3)
33
titleSuffix: Azure Cognitive Search
44
description: Extract different types of entities using the machine learning models of Azure Cognitive Services for Language in an AI enrichment pipeline in Azure Cognitive Search.
55

6-
manager: jennmar
7-
author: nitinme
8-
ms.author: nitinme
6+
author: HeidiSteen
7+
ms.author: heidist
98
ms.service: cognitive-search
109
ms.topic: reference
1110
ms.date: 08/17/2022

articles/search/tutorial-csharp-create-mvc-app.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this tutorial, create a basic ASP.NET Core (Model-View-Controller) app that r
2020
> + Filter results
2121
> + Sort results
2222
23-
This tutorial puts the focus on server-side operations called through the Search APIs. Although it's common to sort and filter in client-side script, knowing how to invoke these operations on the server gives you more options when designing the search experience.
23+
This tutorial puts the focus on server-side operations called through the [Search APIs](/dotnet/api/overview/azure/search.documents-readme). Although it's common to sort and filter in client-side script, knowing how to invoke these operations on the server gives you more options when designing the search experience.
2424

2525
Sample code for this tutorial can be found in the [azure-search-dotnet-samples](https://github.com/Azure-Samples/azure-search-dotnet-samples/tree/main/create-mvc-app) repository on GitHub.
2626

@@ -479,7 +479,9 @@ Use the Azure portal to add a scoring profile to the existing hotels-sample-inde
479479

480480
## Next steps
481481

482-
If you want to explore client-side operations that respond to user actions, consider adding a React template to your solution:
482+
In this tutorial, you created an ASP.NET Core (MVC) project that connected to a search service and called Search APIs for server-side filtering and sorting.
483+
484+
If you want to explore client-side code that respond to user actions, consider adding a React template to your solution:
483485

484486
> [!div class="nextstepaction"]
485487
> [C# Tutorial: Add search to a website with .NET](tutorial-csharp-overview.md)

0 commit comments

Comments
 (0)