All Versions
63
Latest Version
Avg Release Cycle
83 days
Latest Release
-

Changelog History
Page 1

  • v2.3.6 Changes

    • ⬇️ Drop support for Ruby 2.5
    • 👌 Support Ruby 3.1
    • 👌 Support Active Record 7.0
    • Don't require :against if :tsvector_column is specified (Travis Hunter)
    • Optionally disable transaction when rebuilding documents (Travis Hunter)
    • Preserve columns when chaining ::with_pg_search_highlight (jcsanti)
  • v2.3.5 Changes

    • ➕ Add table of contents to README (Barry Woolgar)
    • ➕ Add support for Active Record 6.1
  • v2.3.4 Changes

    • 🛠 Fix issue when setting various options directly on the PgSearch module while running with a threaded web server, such as Puma. (Anton Rieder)
  • v2.3.3 Changes

    • ⬇️ Drop support for Ruby < 2.5.
    • 👉 Use keyword argument for clean_up setting in PgSearch::Multisearch.rebuild.
  • v2.3.2 Changes

    January 13, 2020
    • Autoload PgSearch::Document to prevent it from being loaded in projects that are not using multi-search.
    • Rebuilder should use update_pg_search_document if additional_attributes is set. (David Ramalho)
  • v2.3.1 Changes

    December 22, 2019
    • ⬇️ Drop support for Active Record < 5.2.
    • 🚅 Do not load railtie unless Rails::Railtie is defined, to avoid problem when loading alongside Action Mailer. (Adam Schwartz)
  • v2.3.0 Changes

    July 13, 2019
    • Extract PgSearch::Model module.
    • 🗄 Deprecate include PgSearch. Use include PgSearch::Model instead.
  • v2.2.0 Changes

    May 26, 2019
    • ➕ Add word_similarity option to trigram search. (Severin Räz)
  • v2.1.7 Changes

    April 20, 2019
    • ⏪ Restore link to GitHub repository to original location.
  • v2.1.6 Changes

    April 18, 2019
    • ⚡️ Update link to GitHub repository to new location.