4.4.2 • Published 2 years ago
@kldavis4/search-index v4.4.2
search-index
A network resilient, persistent full-text search library for the browser and Node.js
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
4.4.2
2 years ago
4.4.1-debug5
2 years ago
4.4.1-debug4
2 years ago
4.4.1-debug3
2 years ago
4.4.1-debug2
2 years ago
4.4.1-debug1
2 years ago
4.4.1
2 years ago
4.4.0
2 years ago