Skip to content

Releases: sunspot/sunspot

v2.6.0

30 May 08:00
Compare
Choose a tag to compare

v2.6.0 (2022-05-30)

Improvements:

Bug fixes

Documentation

  • Be explicit about production deployment and sunspot_solr gem #955 @mlh758
  • This is to include how to eager load objects in the readme #465 @joncodo
  • Adding correct link for readme resource under Tutorials and Articles section #991 @mlh758
  • Update Formatting of Eager Loading Example in README #996 @jereinhardt
  • Update link to API Documentation #1006 @kaylareopelle

v2.5.0

12 Jul 08:34
Compare
Choose a tag to compare

v2.5.0 (2019-07-12)

Improvements:

Bug fixes

v2.4.0

05 Jul 07:40
Compare
Choose a tag to compare

v2.4.0 (2019-07-05)

Improvements:

  • Added filter to DataExtractor that removes some of control chars (#886)
  • Added ability to set group.ngroups option (#923)
  • Rails 6.0.RC1 compatibility (#939, #944)

Bug fixes

  • Allow geofilt searches to be negated. Fixes (#363, #873)

Documentation

  • Updated sunspot_rails homepage (#941)
  • Minor README edits for clarity (#936)
  • Added recommended gitignore to quick start steps (#927)
  • Added LICENSE (#921)

v2.3.0

08 Apr 15:17
Compare
Choose a tag to compare

2.3.0 (2018-04-08)

Improvements:

  • Added json.facet support (#898)
  • Configure update_format (json/xml) via yaml config file (#897)
  • Deprecate safe_level of ERB.new in Ruby 2.6 (#889)

Bug fixes

  • Add update_format option for rsolr connector (#860)

Documentation

  • Remove/fix dead links from README (#901)

v2.2.8

26 Mar 08:01
Compare
Choose a tag to compare

2.2.8 (2018-03-26)

Improvements:

  • Added support for conjunctions with bounding box (#347)
  • Added DSL for skipping stored fields retrieval (#892)
  • Don't rebuild spellchecker after every commit (c4cc039)

Bug fixes

  • Proper listing fields in fl query (#827)
  • Clear field values properly with atomic_update (#826)
  • Allow spellcheck collation for one word (#828)
  • Fix sunspot:solr:stop and sunspot:solr:restart (#843)

Documentation

  • Updated type reference section in README (#832)
  • Better docs for Sunspot::Search::HitEnumerable#verified_hits (#884)
  • Notes on sunspot_solr gem usage in production environment (#896)