@tinacms/search-index

3.5.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.5.2
    21
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.5.2
    21
  • 3.5.1
    0
  • 3.5.0
    0

Package Sidebar

Install

npm i @tinacms/search-index

Weekly Downloads

21

Version

3.5.2

License

MIT

Unpacked Size

540 kB

Total Files

16

Last publish

Collaborators

  • warwick_tinacms
  • kldavis4
  • scottgallant
  • jeffsee55