duncanhunter / azure-search-javascript-samples

Azure Search Javascript sample code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Cognitive Search JavaScript Samples repository

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

Quickstart

This Node.js console app uses Azure Cognitive Search 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.

This sample is available in two versions:

  • REST calls Azure Cognitive Search's REST APIs directly
  • v11 uses the @azure/search-documents client libraries and is the recommmended approach

You can view additional samples for Javascript/Typescript in the azure-sdk-for-js repo.

Searchable website

Add search to a book catalog website.

This sample includes:

This sample is designed to be deployed as an Azure Static Web app.

About

Azure Search Javascript sample code


Languages

Language:JavaScript 90.7%Language:CSS 6.1%Language:Dockerfile 1.7%Language:HTML 1.0%Language:Shell 0.4%