From 728f48896256a13dd79c1da78a2cbd30bcd3c0a8 Mon Sep 17 00:00:00 2001 From: HeidiSteen Date: Thu, 1 Aug 2019 13:42:19 -0700 Subject: [PATCH 1/2] disambiguation on sample title --- Quickstart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quickstart/README.md b/Quickstart/README.md index 4465091..2e5f3ac 100644 --- a/Quickstart/README.md +++ b/Quickstart/README.md @@ -2,7 +2,7 @@ page_type: sample languages: - rest -name: Quickstart in REST +name: Quickstart in REST (Postman) description: | Postman V2 collection containing REST API calls to Azure Search, demonstrating index definition, data ingestion, and query execution. products: From 646784a5c893194cf6fab2db18fa42aecaea7688 Mon Sep 17 00:00:00 2001 From: HeidiSteen Date: Thu, 1 Aug 2019 14:59:06 -0700 Subject: [PATCH 2/2] Title disambiguation --- Quickstart/README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/Quickstart/README.md b/Quickstart/README.md index 2e5f3ac..c0debed 100644 --- a/Quickstart/README.md +++ b/Quickstart/README.md @@ -41,23 +41,4 @@ This collection is featured in the [Quickstart: Create an Azure Search index in 1. Start Postman and import AzureSearchQuickstart.postman_collection.json 1. For each request, update the Header to use the admin api-key of your service, which you can obtain from the portal. 1. Next, update the URL of each request to use the name of your search service. -1. Send each request to the service. - - - - - - - -## AzureSearchQuickstart collection - -Includes 4 requests used to create an index, load documents, search the index, and query system information. Request bodies include JSON documents that provides index and documents. - -This collection is used in [Quickstart: Create an Azure Search index using Postman and the REST API](https://docs.microsoft.com/azure/search/search-get-started-postman). - - -## Caselaw collection - -Includes 4 requests used to create an index, data source, skillset, and indexer using [Caselaw demo data](https://github.com/Azure-Samples/azure-search-sample-data/tree/master/caselaw) from Azure Search Sample Data. - -This collection is used in [How to get started with Knowledge Store](https://docs.microsoft.com/azure/search/knowledge-store-howto). +1. Send each request to the service. \ No newline at end of file