liamca / azure-search-javascript-samples

JavaScript / JQuery based samples for Accessing an Azure Search Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript / JQuery based Samples for Accessing an Azure Search Service

This repository contains samples that show how to interact with Azure Search from a JavaScript client.

Important Note

It is important to note, that a JavaScript application that accesses Azure Search directly has the disadvantage from a security standpoint that the API Key needs to be stored on the client side. For that reason, you should certainly only leverage Query API Keys where possible and typically only leverage direct connection (meaning not via a Web App) in cases where the users can be trusted.

Real Estate Search Demo

This sample shows a number of capabilities including:

  • Full Text Search
  • Multi-Select Faceting and Filtering
  • Autocomplete
  • Paging

Live Demo

Code

Real Estate Search Demo for Azure Search in JavaScript

About

JavaScript / JQuery based samples for Accessing an Azure Search Service

License:MIT License


Languages

Language:JavaScript 69.3%Language:HTML 23.4%Language:CSS 7.3%