Skip to content

Commit 2a435fd

Browse files
committed
Repo readme update
1 parent 3a52c77 commit 2a435fd

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
page-type: sample
33
languages:
4+
- javascript
45
- nodejs
56
name: Quickstart in Node.js
67
description: |

0 commit comments

Comments
 (0)