npm.io
6.0.1 • Published 1 year ago

search-index

Licence
MIT
Version
6.0.1
Deps
7
Size
677 kB
Vulns
0
Weekly
0
Stars
1.4K

search-index

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

npm npm license Build Status JavaScript Style Guide

Quick start

import { SearchIndex } from 'search-index' 

// initialize an index
const { PUT, QUERY } = new SearchIndex(options)

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

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

Documentation

Keywords