Sajari Javascript SDK (Browser only) ·
The Sajari Javascript SDK provides a basic API for querying Sajari search services from web browsers.
If you are want to create a search UI for your website then checkout our React SDK or generate a search interface from our Console.
Table of Contents
Install
npm install --save sajari
Getting Started
A quick search example using the website
search pipeline.
; const client = "<project>" "<collection>"; const tracking = ;tracking; client;
The Client
object handles making requests and callbacks.
Documentation
Full documentation can be found at https://sajari.github.io/sajari-sdk-js/.
License
We use the MIT license