splainer-search
Advanced tools
Comparing version 2.21.0 to 2.22.0
Version numbers correspond to `package.json` version. Follows the _major.minor.bugfix_ naming pattern as of 2.8.0. | ||
# 2.22.0 (2023-06-07) | ||
- Template calls to OS and ES previously required you to add a "/template" to the url in tools like Quepid. | ||
However, by looking for an `id:` parameter in the query, we can identify when a template has been provide, and only then add the /template. This will make the experience in Quepid smoother, and fix some issues where non template calls are sent and fail due to the OS/ES url having a trailing /template! https://github.com/o19s/splainer-search/pull/122 by @epugh fixes https://github.com/o19s/quepid/issues/747. | ||
- Simplified the unit tests be eliminating the old ES4 and ES5 distinct tests. https://github.com/o19s/splainer-search/pull/121 by @epugh. | ||
# 2.21.0 (2023-05-23) | ||
@@ -4,0 +10,0 @@ - Urls to documents that have a document id with a `#` character embedded don't pass the id into OpenSearch and Elasticsearch. We now escape that character to fool the browser ;-). https://github.com/o19s/splainer-search/pull/120 by @epugh fixes https://github.com/o19s/splainer-search/issues/119. |
{ | ||
"name": "splainer-search", | ||
"version": "2.21.0", | ||
"version": "2.22.0", | ||
"main": "splainer-search.js", | ||
@@ -5,0 +5,0 @@ "authors": [ |
Sorry, the diff of this file is too big to display
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
161553
3410