Socket
Socket
Sign inDemoInstall

minisearch

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minisearch - npm Package Versions

1
9

3.2.0

Diff

Changelog

Source

v3.2.0

  • Add AND_NOT combinator to subtract results of a subquery from another (for example to find documents that match one term and not another)
lucaong
published 3.1.0 •

Changelog

Source

v3.1.0

  • Add possibility for advanced combination of subqueries as query expression trees
lucaong
published 3.0.4 •

Changelog

Source

v3.0.4

  • [fix] Keep radix tree property (no node with a single child) after removal of an entry
lucaong
published 3.0.3 •

Changelog

Source

v3.0.3

  • [fix] Adjust data about field lengths upon document removal
lucaong
published 3.0.2 •

Changelog

Source

v3.0.2

  • [fix] addAllAsync now allows events to be processed between chunks, avoid blocking the UI (by @grimmen)
lucaong
published 3.0.1 •

Changelog

Source

v3.0.1

  • [fix] Fix type signature of removeAll to allow calling it with no arguments. Also, throw a more informative error if called with a falsey value. Thanks to https://github.com/nilclass.
lucaong
published 3.0.0 •

Changelog

Source

v3.0.0

This major version ports the source code to TypeScript. That made it possible to improve types and documentation, making sure that both are in sync with the actual code. It is mostly backward compatible: JavaScript users should experience no breaking change, while TypeScript users might have toadapt some types.

  • Port source to TypeScript, adding type safety
  • Improved types and documentation (now generated with TypeDoc)
  • [breaking change, fix] TypeScript SearchOptions type is not generic anymore
  • [breaking change] SearchableMap is not a static field of MiniSearch anymore: it can instead be imported separately as minisearch/SearchableMap
lucaong
published 2.6.2 •

Changelog

Source

v2.6.2

  • [fix] Improve TypeScript types: default generic document type is any, not object
lucaong
published 2.6.1 •

Changelog

Source

v2.6.1

  • No change from 2.6.0
lucaong
published 2.6.0 •

Changelog

Source

v2.6.0

  • Better TypeScript typings using generics, letting the user (optionally) specify the document type.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc