Skip to content

Commit

Permalink
Merge pull request #3 from HeidiSteen/heidist-master
Browse files Browse the repository at this point in the history
 Metadata fix, file cleanup
  • Loading branch information
HeidiSteen authored Aug 12, 2019
2 parents 83809cb + 4d98629 commit 727d2cd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 181 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

45 changes: 0 additions & 45 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

76 changes: 0 additions & 76 deletions CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ topic: sample
services: azure-search
languages:
- javascript
name: Azure Search Sample Data
- nodejs
name: Azure Search JavaScript samples
description: |
Find JavaScript samples for Azure Search in this repo.
Node.js and JavaScript samples for Azure Search
products:
- azure
- azure-search
urlFragment: javascript-samples
---
# Azure Search JavaScript Samples repository

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

We are currently in the process of migrating content to this repository. Target completion date for this work is end of April.
## Quickstart

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.
6 changes: 3 additions & 3 deletions quickstart/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
page-type: sample
page_type: sample
languages:
- javascript
- nodejs
name: Quickstart in Node.js
description: |
Learn basic steps for creating, loading, and querying an Azure Search index using REST APIs and Node.js.
description: "Learn basic steps for creating, loading, and querying an Azure Search index using REST APIs and Node.js."
products:
- azure
- azure-search
Expand Down

0 comments on commit 727d2cd

Please sign in to comment.