1.0.6 • Published 3 years ago

facet-search v1.0.6

Weekly downloads
-
License
-
Repository
github
Last release
3 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago