Socket
Socket
Sign inDemoInstall

splainer-search

Package Overview
Dependencies
3
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
8Next

2.22.0

Diff

Changelog

Source

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.

epugh
published 2.21.0 •

Changelog

Source

2.21.0 (2023-05-23)

  • 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.

  • We also fixed a bug in how the urls for Elasticsearch 7+ and OpenSearch are formatted with the /_doc/[id] and /_explain/[id] pattern. Splainer-search now only properly works with those search engines and above. https://github.com/o19s/splainer-search/pull/120 by @epugh.

epugh
published 2.20.2 •

Changelog

Source

2.20.2 (2023-04-28)

  • Urls that link to a individual document in OpenSearch and ES7+ have changed to have a _doc element in the path. https://github.com/o19s/splainer-search/pull/117 by @mkr fixes https://github.com/o19s/quepid/issues/701.

  • npm outdated highlights nothings. All dependencies (barring this is Angular 1 ;-) ) are up to date. https://github.com/o19s/splainer-search/pull/118 by @epugh.

epugh
published 2.20.1 •

epugh
published 2.19.0 •

Changelog

Source

2.19.0 (2022-09-06)

  • Extract query performance timing data from Solr queries. We already had access to the information, it just wasn't passed through the splainer-search layer. https://github.com/o19s/splainer-search/pull/110 by @epugh.

  • Dependencies clean up. We were on very old testing infrastructure, and it was time to update. https://github.com/o19s/splainer-search/pull/111 by @epugh with input from @david-fisher.

  • Enable CI testing on CircleCI. We used to use TravisCI, and then we used nothing! https://github.com/o19s/splainer-search/pull/113 by @epugh.

  • OpenSearch support! https://github.com/o19s/splainer-search/pull/114 by @mkr.

epugh
published 2.18.0 •

Changelog

Source

2.18.0 (2022-08-11)

  • "Show Only Rated" feature in Quepid busted for ES. Highlighting on _id after a terms match in ES causes a index out of bounds exception. Also, the API method in explainOther needed to have the right case, might make a constants file at some point. https://github.com/o19s/splainer-search/pull/109 by @worleydl.
epugh
published 2.17.0 •

Changelog

Source

2.17.0 (2022-04-23)

  • Links to view Solr document should return JSON formatted docs instead of XML. Ok boomer? https://github.com/o19s/splainer-search/pull/107 by @begomeister.
  • Javascript linting! https://github.com/o19s/splainer-search/pull/108 by @begomeister.
epugh
published 2.16.1 •

epugh
published 2.15.0 •

Changelog

Source

2.15.0 (2022-04-12)

  • You can supply a prefix for a image field type by using JSON: id, title:tile, {"name": "relative_image_url_s", "type":"image", "prefix": "https://i.imgur.com"}. This will open up a lot of new ideas for managing your field specification.
epugh
published 2.14.0 •

Changelog

Source

2.14.0 (2022-04-05)

  • Using Querqy with Solr? We now return the querqy_decorations details in the parsedQueryDetails property.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc