Search Index Save

A persistent, network resilient, full text search library for the browser and Node.js

Project README

search-index

A network resilient, persistent full-text search library for the browser and Node.js

Gitter npm npm license Build Status JavaScript Style Guide

Quick start

const si = require('search-index')

// initialize an index
const { PUT, QUERY } = await si()

// add documents to the index
await PUT( /* objects */ )

// read documents from the index
const results = await QUERY( /* query */ )

Documentation

Open Source Agenda is not affiliated with "Search Index" Project. README Source: fergiemcdowall/search-index
Stars
1,367
Open Issues
10
Last Commit
5 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating