pg_search v2.3.6 Release Notes

    • ⬇️ 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)