All Versions
121
Latest Version
Avg Release Cycle
46 days
Latest Release
562 days ago

Changelog History
Page 8

  • v1.0.1 Changes

    November 05, 2015
    • โž• Added aggregations method to get raw response
    • ๐Ÿ‘‰ Use execute: false for lazy loading
    • Return nil when no aggs
    • โž• Added emoji search
  • v1.0.0 Changes

    October 30, 2015
    • โž• Added support for Elasticsearch 2.0
    • โž• Added support for aggregations
    • โž• Added ability to use misspellings for partial matches
    • โž• Added fragment_size option for highlight
    • โž• Added took method to results

    ๐Ÿ’ฅ Breaking changes

    • Raise Searchkick::DangerousOperation error when calling reindex with scope
    • 0๏ธโƒฃ Enabled misspellings by default for partial matches
    • 0๏ธโƒฃ Enabled transpositions by default for misspellings
  • v0.9.1 Changes

    August 31, 2015
    • and now matches &
    • โž• Added transpositions option to misspellings
    • ๐ŸŒฒ Added boost_mode and log options to boost_by
    • โž• Added prefix_length option to misspellings
    • โž• Added ability to set env
  • v0.9.0 Changes

    June 07, 2015
    • ๐ŸŽ Much better performance for where queries if no facets
    • โž• Added basic support for regex
    • โž• Added support for routing
    • Made Searchkick.disable_callbacks thread-safe
  • v0.8.7 Changes

    February 14, 2015
    • ๐Ÿ›  Fixed Mongoid import
  • v0.8.6 Changes

    February 10, 2015
    • โž• Added support for NoBrainer
    • โž• Added stem_conversions: false option
    • โž• Added support for multiple boost_where values on the same field
    • โž• Added support for array of values for boost_where
    • ๐Ÿ›  Fixed suggestions with partial match boost
    • ๐Ÿ›  Fixed redefining existing instance methods in models
  • v0.8.5 Changes

    November 11, 2014
    • โž• Added support for Elasticsearch 1.4
    • โž• Added unsearchable option
    • โž• Added select: true option
    • โž• Added body option
  • v0.8.4 Changes

    November 05, 2014
    • Added boost_by_distance
    • More flexible highlight options
    • ๐Ÿ‘ Better env logic
  • v0.8.3 Changes

    September 20, 2014
    • โž• Added support for Active Job
    • โž• Added timeout setting
    • ๐Ÿ›  Fixed import with no records
  • v0.8.2 Changes

    August 18, 2014
    • โž• Added async to callbacks option
    • โž• Added wordnet option
    • โž• Added edit_distance option to eventually replace distance option
    • Catch misspelling of misspellings option
    • ๐Ÿ‘Œ Improved logging