You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Search.addIndex` supports `Array` parameter for nested values.
`Search` indexing supports non-string values (eg numbers).
Special thanks to @konradjurk for this release.
Added `ISearchIndex` interface in order to support TF-IDF (enabled by…
… default).
Removed `IPruningStrategy`; it didn't seem like it added sufficient value to offset performance costs.
Added `JsSearch` module wrapper around library and renamed `JsSearch`…
… class to `Search`.
Added stemming support by way of the new `StemmingSanitizerDecorator` class.