Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 536 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 536 Bytes

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.