How to use search-index - 1 common examples

To help you get started, we’ve selected a few search-index examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github WorldBrain / Memex / src / search / search-index.js View on Github external
const indexP = new Promise((...args) =>
    initSearchIndex(indexOpts, standardResponse(...args)),
)

search-index

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

MIT
Latest version published 11 months ago

Package Health Score

67 / 100
Full package analysis

Popular search-index functions