From b420854bb3c0c0a95c86c2eb50446fe7ed7db417 Mon Sep 17 00:00:00 2001 From: HeidiSteen Date: Sat, 18 Apr 2020 17:48:43 -0700 Subject: [PATCH 1/2] URL fragment update --- Query-examples/README.md | 4 ++-- Quickstart/README.md | 2 +- knowledge-store/README.md | 4 ++-- projections/README.md | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Query-examples/README.md b/Query-examples/README.md index df2d0d8..6fa4e8d 100644 --- a/Query-examples/README.md +++ b/Query-examples/README.md @@ -4,11 +4,11 @@ languages: - rest name: "Query Examples - Postman" description: | - Azure Cognitive Search queries for autocomplete, suggestions, simple queries, and advanced queries including fuzzy search, proximity search, wildcard search, and regular expression syntax. + Try out Azure Cognitive Search queries - autocomplete, suggestions, simple queries, fuzzy search, proximity search, wildcard search, RegEx queries, and more. products: - azure - azure-cognitive-search -urlFragment: rest-api-quickstart +urlFragment: rest-api-query-examples --- # Query examples for Azure Cognitive Search using REST APIs and Postman diff --git a/Quickstart/README.md b/Quickstart/README.md index 120decc..ca93796 100644 --- a/Quickstart/README.md +++ b/Quickstart/README.md @@ -4,7 +4,7 @@ languages: - rest name: "Quickstart in REST - Postman" description: | - Learn basic steps for creating, loading, and querying an Azure Cognitive Search index using Postman Desktop app and the latest-version REST APIs. + Learn how create, load, and query an Azure Cognitive Search index using Postman and the latest-version REST APIs. products: - azure - azure-cognitive-search diff --git a/knowledge-store/README.md b/knowledge-store/README.md index a9ab618..daea211 100644 --- a/knowledge-store/README.md +++ b/knowledge-store/README.md @@ -4,11 +4,11 @@ languages: - rest name: Create a Knowledge Store using REST - Postman description: | - Build a knowledge store using Azure Cognitive Search REST APIs. A knowledge store contains AI-generated content, inferred from image and text analysis, for use in downstream processes or exploration in client applications. + Build a knowledge store in Azure Cognitive Search using REST APIs. A knowledge store contains AI-generated content, inferred from image and text analysis, for use in downstream processes or exploration in client applications. products: - azure - azure-cognitive-search -urlFragment: rest-knowledge-store-tutorial +urlFragment: rest-api-knowledge-store --- # Creating a Knowledge Store in Azure Cognitive Search using REST APIs and Postman diff --git a/projections/README.md b/projections/README.md index b3510d8..aeabb47 100644 --- a/projections/README.md +++ b/projections/README.md @@ -4,14 +4,14 @@ languages: - rest name: Create projections using REST - Postman description: | - Azure Cognitive Search supports the creation of a knowledge store to contain AI-generated content, inferred from image and text analysis over raw content files. Projections are the physical expressions of your data. In this collection, work with examples that create table, object, and file projections. + A knowledge store in Azure Cognitive Search contains AI-generated content, inferred from image and text analysis over your raw content. Projections are physical expressions of the data. In this collection, work with examples that create table, object, and file projections. products: - azure - azure-cognitive-search -urlFragment: rest-knowledge-store-tutorial +urlFragment: rest-api-knowledge-store-projections --- -# Creating projections in Azure Cognitive Search using REST APIs and Postman +# Creating projections in Azure Cognitive Search using REST APIs and Postman ![Flask sample MIT license badge](https://img.shields.io/badge/license-MIT-green.svg) From 008b883db6cd12a10edfd539b399df76775f078f Mon Sep 17 00:00:00 2001 From: HeidiSteen Date: Sat, 18 Apr 2020 17:51:07 -0700 Subject: [PATCH 2/2] URL fragment update --- Quickstart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quickstart/README.md b/Quickstart/README.md index ca93796..dddfcea 100644 --- a/Quickstart/README.md +++ b/Quickstart/README.md @@ -4,7 +4,7 @@ languages: - rest name: "Quickstart in REST - Postman" description: | - Learn how create, load, and query an Azure Cognitive Search index using Postman and the latest-version REST APIs. + Learn how to create, load, and query an Azure Cognitive Search index using Postman and the latest-version REST APIs. products: - azure - azure-cognitive-search