Skip to content

Commit 66652a0

Browse files
committed
Refreshed metadata for several tutorials
1 parent ec60f68 commit 66652a0

6 files changed

+12
-12
lines changed

articles/search/search-howto-powerapps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: HeidiSteen
77
ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 12/07/2021
10+
ms.date: 02/07/2023
1111
---
1212

1313
# Tutorial: Query a Cognitive Search index from Power Apps

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: C# tutorial to create your first app
2+
title: Create a search app in C#
33
titleSuffix: Azure Cognitive Search
4-
description: Learn how to build your first C# search app step by step. The tutorial provides both a download link to a working app on GitHub, and the complete process to build the app from scratch.
4+
description: In this Azure Cognitive Search tutorial, learn how to create a search app using the Azure .NET SDK.
55

66
manager: nitinme
77
author: HeidiSteen
@@ -13,7 +13,7 @@ ms.date: 07/01/2022
1313
ms.custom: devx-track-csharp
1414
---
1515

16-
# Tutorial: Create your first search app using the .NET SDK
16+
# Tutorial: Create your first search app in Azure Cognitive Search using the .NET SDK
1717

1818
This tutorial shows you how to create a web app that queries and returns results from a search index using Azure Cognitive Search and Visual Studio.
1919

articles/search/tutorial-csharp-facets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: C# tutorial on using facets to aid navigation
2+
title: Add facets to search app
33
titleSuffix: Azure Cognitive Search
4-
description: Continue from "Paging results" to add faceted navigation. Learn how facets can be used to easily narrow a search.
4+
description: In this Azure Cognitive Search tutorial, learn how to facet and filter over search results.
55

66
manager: nitinme
77
author: HeidiSteen

articles/search/tutorial-csharp-orders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: C# tutorial on ordering results
2+
title: Order results in search app
33
titleSuffix: Azure Cognitive Search
4-
description: This C# tutorial demonstrates how to order search results. It builds on a previous hotels project, sorting by primary property, secondary property, and includes a scoring profile to add boosting criteria.
4+
description: In this Azure Cognitive Search tutorial, learn how to sort results and influence search rank.
55

66
manager: nitinme
77
author: HeidiSteen

articles/search/tutorial-csharp-paging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: C# tutorial on search results pagination
2+
title: Page results in search app
33
titleSuffix: Azure Cognitive Search
4-
description: Add pagination and navigation buttons to search results, building on an existing hotels project to add first, next, previous, last, and numbered buttons. A second paging system uses infinite scrolling, triggered by moving a vertical scroll bar to its lower limit.
4+
description: In this tutorial for Azure Cognitive Search, add pagination and navigation buttons to search results.
55

66
manager: nitinme
77
author: HeidiSteen

articles/search/tutorial-csharp-type-ahead-and-suggestions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: C# tutorial on autocomplete and suggestions
2+
title: Add autocomplete and suggestions to search app
33
titleSuffix: Azure Cognitive Search
4-
description: Add autocomplete and suggestions to collect search term input from users using dropdown list. This tutorial builds on an existing hotels project.
4+
description: In this tutorial for Azure Cognitive Search, add autocomplete and suggestions based on search term inputs.
55

66
manager: nitinme
77
author: HeidiSteen

0 commit comments

Comments
 (0)