Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 850 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 850 Bytes

JavaScript samples for Azure Cognitive Search

This repository contains JavaScript code samples used in Azure Cognitive Search documentation. Unless noted otherwise, all samples run on the shared (free) pricing tier of an Azure Cognitive Search service.

Sample Description
quickstart "Day One" introduction to the fundamental tasks of working with a search index: create, load, and query. This sample is a Node.js console app. The index is modeled on a subset of the Hotels dataset, reduced for readability and comprehension.
search-website-functions-v4 This sample adds search to a book catalog web app. Configuration and run time instructions can be found in the sample readme.