Skip to content

Commit 727d2cd

Browse files
authored
Merge pull request #3 from HeidiSteen/heidist-master
Metadata fix, file cleanup
2 parents 83809cb + 4d98629 commit 727d2cd

File tree

6 files changed

+11
-181
lines changed

6 files changed

+11
-181
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

LICENSE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ topic: sample
33
services: azure-search
44
languages:
55
- javascript
6-
name: Azure Search Sample Data
6+
- nodejs
7+
name: Azure Search JavaScript samples
78
description: |
8-
Find JavaScript samples for Azure Search in this repo.
9+
Node.js and JavaScript samples for Azure Search
910
products:
11+
- azure
1012
- azure-search
13+
urlFragment: javascript-samples
1114
---
1215
# Azure Search JavaScript Samples repository
1316

1417
This repository contains JavaScript sample code used in Azure Search quickstarts, tutorials, and examples.
1518

16-
We are currently in the process of migrating content to this repository. Target completion date for this work is end of April.
19+
## Quickstart
20+
21+
This Node.js console app uses the Azure Search REST API to create an index, load it with documents, and execute a few queries. The index is modeled on a subset of the Hotels dataset, reduced for readability and comprehension. Index definition and documents are included in the code.

quickstart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
page-type: sample
2+
page_type: sample
33
languages:
4+
- javascript
45
- nodejs
56
name: Quickstart in Node.js
6-
description: |
7-
Learn basic steps for creating, loading, and querying an Azure Search index using REST APIs and Node.js.
7+
description: "Learn basic steps for creating, loading, and querying an Azure Search index using REST APIs and Node.js."
88
products:
99
- azure
1010
- azure-search

0 commit comments

Comments
 (0)