julianlegouic / azure-search-javascript-samples

Azure Search Javascript sample code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript samples for Azure AI Search

This repository contains JavaScript code samples used in Azure AI Search documentation. Unless noted otherwise, all samples run on the shared (free) pricing tier of an Azure AI 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.

About

Azure Search Javascript sample code

License:MIT License


Languages

Language:JavaScript 93.9%Language:HTML 2.9%Language:CSS 2.5%Language:Dockerfile 0.7%