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 */ )
forked from fergiemcdowall/search-index
-
Notifications
You must be signed in to change notification settings - Fork 0
A persistent, network resilient, full text search library for the browser and Node.js
License
forestryio/search-index
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A persistent, network resilient, full text search library for the browser and Node.js
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- JavaScript 100.0%