1.0.6 • Published 2 years ago

facet-search v1.0.6

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

facet-search

An in-memory facet search, similar to SOLR's faceting.

Forked from itemsjs, but enhanced with the following:

  • Supports nested object properties.
  • 100% TypeScript rewrite.
  • ES2022 features and code style.
  • Bug fixes

Bugs Fixed

itemsjs relies on FastBitSet which sometimes throws errors depending on the input data. This library replaces FastBitSet with BitSet to fix this problem.

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago