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

search-index downloads search-index version search-index license

search-indexPacotes similares:
Tendência de downloads npm
3 Anos
🌟 Mostre o gráfico de uso em tempo real no README.md de search-index, basta copiar o código abaixo.
## Usage Trend
[![Usage Trend of search-index](https://npm-compare.com/img/npm-trend/THREE_YEARS/search-index.png)](https://npm-compare.com/search-index#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Mostre o gráfico de tendência de GitHub Stars no README.md de search-index, basta copiar o código abaixo.
## GitHub Stars Trend
[![GitHub Stars Trend of search-index](https://npm-compare.com/img/github-trend/search-index.png)](https://npm-compare.com/search-index)
Detalhe de estatísticas
Pacote
Downloads
Stars
Tamanho
Issues
Publicado em
Licença
search-index15,7571,419693 kB5il y a 7 moisMIT
README para search-index

search-index

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

npm npm license Build Status JavaScript Style Guide

Quick start

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)

Documentation