minisearch
Advanced tools
Comparing version 5.0.0-beta3 to 5.0.0
@@ -5,10 +5,8 @@ # Changelog | ||
# v5.0.0-beta3 | ||
# v5.0.0 | ||
This is a beta release of `v5.0.0`. The main change is an improved scoring | ||
algorithm. The beta is generally stable, but the improvements to the scoring | ||
algorithm will cause the sorting of search results to be different than in | ||
previous versions (generally better), and need less aggressive boosting. For | ||
feedback about this beta release, please use [this | ||
issue](https://github.com/lucaong/minisearch/issues/142). | ||
This is a major release. The main change is an improved scoring algorithm based | ||
on [BM25+](https://en.wikipedia.org/wiki/Okapi_BM25). The new algorithm will | ||
cause the scoring and sorting of search results to be different than in previous | ||
versions (generally better), and need less aggressive boosting. | ||
@@ -15,0 +13,0 @@ - [breaking change] Use the [BM25+ |
{ | ||
"name": "minisearch", | ||
"version": "5.0.0-beta3", | ||
"version": "5.0.0", | ||
"description": "Tiny but powerful full-text search engine for browser and Node", | ||
@@ -5,0 +5,0 @@ "main": "dist/umd/index.js", |
@@ -88,3 +88,3 @@ # MiniSearch | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/minisearch@4.0.3/dist/umd/index.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/minisearch@5.0.0/dist/umd/index.min.js"></script> | ||
``` | ||
@@ -91,0 +91,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
1014269