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)
-
Notifications
You must be signed in to change notification settings - Fork 149
A persistent, network resilient, full text search library for the browser and Node.js
License
fergiemcdowall/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
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published