Skip to content

Releases: o19s/splainer-search

2.13.0

21 Feb 20:23
Compare
Choose a tag to compare
  • get ready for release ffd98c7
  • Make es reponse more robust (#102) a28a2e6
  • fix: make it possible to fetch documents with alternative ID field for Snapshots using Elasticsearch (#101) f40a7f6

v2.12.0...v2.13.0

2.12.0

17 Dec 19:12
Compare
Choose a tag to compare

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 o19s/quepid#442.

v2.11.0...v2.12.0

v2.11.0

05 Nov 10:22
Compare
Choose a tag to compare
  • be more robust on handling nulls in the json response where we exepct… (#98) d7a38d0

v2.10.0...v2.11.0

2.10.0 solr query params

25 Aug 17:51
Compare
Choose a tag to compare
  • prep for release 475f859
  • remove logs b3204c3
  • ran npm audit fix --force to deal with warnings, tests pass (#94) f61dd02
  • got solr working, appears ES doesn't have it? (#95) e274011

v2.9.0...v2.10.0

v2.9.0

20 Aug 18:32
Compare
Choose a tag to compare

v2.8.0...v2.9.0

v2.8.0

16 Aug 21:50
Compare
Choose a tag to compare

v2.7.0...v2.8.0

v2.7.0 - The understand your query parsing release!

28 Jul 11:59
Compare
Choose a tag to compare

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.

v2.6.11

30 Jun 17:03
Compare
Choose a tag to compare
  • ready to roll new feature 07209e7

v2.6.10...v2.6.11

v2.6.10

27 May 12:36
Compare
Choose a tag to compare

v2.6.9...v2.6.10

v2.6.9

16 Dec 16:19
Compare
Choose a tag to compare

Solr - Cleanup highlight param