splainer-search
Advanced tools
Comparing version 2.6.0 to 2.6.1
Version numbers correspond to `package.json` version | ||
# 2.6.0 (2020-06-11) | ||
- `searcher.pager()` wasn't honoring the `escapeQuery` option for Solr. https://github.com/o19s/splainer-search/pull/87 by @jorgelbg. | ||
# 2.6.1 (10/05/2020) | ||
- Lots of work on breaking out highlighting into a better structure, after fighting with little fixes for a while. | ||
This isn't actually a significant jump, however there is a _2.6.0-1_ | ||
that was already published, so it's easier to just move to 2.6.0! | ||
# 2.5.9 (2020-04-27) | ||
# 2.5.9 (04/27/2020) | ||
- Highlighting on dates and integers in Solr causes an error. Work around is to append `hl.method=unified` to calls to Solr. https://github.com/o19s/splainer-search/pull/84 | ||
- a common pattern in Solr schemas is to normalize fields with dots: `foo.bar`, however if you have a array or dictionary of JSON, we want to navigate that. Now we check if the key exists with a dot in it, if not, we use that as a selector to pluck out the data in the nested JSON that we need. https://github.com/o19s/splainer-search/pull/83 | ||
# 2.5.8 (2020-04-16) | ||
# 2.5.8 (04/16/2020) | ||
- Fix rendering logic to handle Arrays and JSON objects so you don't get `"[object Object]"` in the UI. Another great fix by @CgamesPlay! | ||
@@ -15,0 +12,0 @@ - Migrate to Puppeteer for browser testing. No more PhantomJS. Lots of other dependencies cleaned up, and some legacy files from when this was a full blown app instead of a library removed. `package-lock.json` dropped from 9663 lines to 4788 lines. |
{ | ||
"name": "splainer-search", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"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
137137
3116