Releases: itemsapi/itemsjs
Releases · itemsapi/itemsjs
Integration with 3rd party full text engines
Made it possible to integrate with 3rd party full text engines like Lunr 2, Minisearch, and other.
What's Changed
- Update link to CMU DIG website by @domoritz in #68
- Handle items internally with _id and not id by @cigolpl in #70
- Custom fulltext by @cigolpl in #72
- hot fix and lint fix by @cigolpl in #73
New Contributors
Full Changelog: v2.0.1...v2.1.1
Handles properly numeric and boolean type as a facet value
New faceting search algorithm
Used new algorithm and data structure of data. It makes conjunctive and disjunctive operations of sets thanks to optimized Bitmap.
It makes faceted search 5-20x faster. Realtime searching for thousands items should take 5-10 ms.
Even for 100K items less than 100 ms
itemsjs.min.js size: 133 KB
What's Changed
Full Changelog: v1.0.49...v2.0.0
Show selected filters on top
What's Changed
- Check filter selected and show selected items on top by @Letrab in #40
- Also show on top if multiple filters are selected. by @Letrab in #41
- Correct link for React demo by @Letrab in #42
- Add option to remove stemmer and/or stopWordFilter of lunr. by @Letrab in #43
- Do exact string match for filters when data is a string. by @Letrab in #45
- Bump elliptic from 6.4.1 to 6.5.3 by @dependabot in #50
- Bump lodash from 4.17.10 to 4.17.19 by @dependabot in #49
- Bump acorn from 5.7.2 to 5.7.4 by @dependabot in #48
- add badges + MAJ CDN by @noraj in #55
- markdown lint by @noraj in #57
- add gulp example by @noraj in #56
New Contributors
- @Letrab made their first contribution in #40
- @dependabot made their first contribution in #50
- @noraj made their first contribution in #55
Full Changelog: v1.0.42...v1.0.49
Custom sort and facets sorting
What's Changed
- facets sorting by @cigolpl in #7
- Demo by @cigolpl in #10
- Transpile JS to ES5 before building by @saminzadeh in #22
- Transpile JS to ES5 before building by @cigolpl in #23
- New npm version 1.0.40 by @cigolpl in #24
- Delete contribution.md by @cigolpl in #25
- CircleCI Integration by @cigolpl in #26
- filter function by @cigolpl in #31
- Allow for multiple sort criteria and custom sort by @carab in #33
New Contributors
Full Changelog: v1.0.30...v1.0.42
Exclude facet
It allows to exclude specific facet value from the items result
ItemsJS file size: 87.8 KB
What's Changed
Full Changelog: v1.0.23...v1.0.24