Socket
Socket
Sign inDemoInstall

splainer-search

Package Overview
Dependencies
2
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
8Next

2.12.0

Diff

Changelog

Source

2.12.0 (2021-12-17)

  • Links to individual Documents generated for Solr search engines (doc._url()) have faceting turned on for ALL of the fields listed. This may be a feature to help you understand about a single document, however I don't quite have a use case that makes sense. @jeffryedvm showed me it taking 30 seconds to query a single Solr doc due to what was blindly being faceted on, and opened https://github.com/o19s/quepid/issues/442.
epugh
published 2.11.0 •

Changelog

Source

2.11.0 (2021-11-05)

  • Solr typically returns empty arrays in the response when it doesn't have data, however we have seen that people mocking up a Solr response might return a null instead of a {} array. Now check that situation as well.
epugh
published 2.10.0 •

Changelog

Source

2.10.0 (2021-08-25)

  • Return Solr query params in the responseHeader.params if they exist as searcher.parsedQueryDetails.
  • Ran npm audit and upgraded dependencies.
epugh
published 2.9.0 •

Changelog

Source

2.9.0 (2021-08-20)

  • Support Elasticsearch scripted fields in querying. Thanks @dmitrykey for encouragement and testing. Thanks to @CGamesPlay for the implementation via https://github.com/o19s/splainer-search/pull/90.
epugh
published 2.8.0 •

Changelog

Source

2.8.0 (2021-08-16)

  • Support Elasticsearch templates in querying. Any URL that ends in /template for Elasticsearch will be assumed to be a template query. Thanks @danielibars for encouragement and testing. https://github.com/o19s/splainer-search/pull/92 by @epugh.
epugh
published 2.7.0 •

Changelog

Source

2.7.0 (2021-07-28)

  • Introduce to searchFactory the property parsedQueryDetails that stores details about the query being processed by the search engine. Works with Solr and Elasticsearch.
  • Using Querqy with Solr? We now return the querqy.infoLog details in the parsedQueryDetails property.
  • Upgrade JavaScript dependencies to be closer to what are used in the Quepid project.
epugh
published 2.6.11 •

Changelog

Source

2.6.11 (2021-06-30)

  • Introduce translate:content field type (similar to thumb:image_url), that lets you tag which fields you want to translate. We need to move this formatting logic over to Quepid instead of splainer-search ;-).
epugh
published 2.6.10 •

Changelog

Source

2.6.10 (2021-05-27)

  • Introduce image:image_url field type (similar to thumb:image_url), but larger.
worleydl
published 2.6.9 •

Changelog

Source

2.6.7-2.6.9 (12/16/2020)

  • Solr - Disable highlight unless enabled in the fieldSpec
worleydl
published 2.6.8 •

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc