Skip to content

Releases: masukomi/mongodb_meilisearch

v2.2.0 - Removed Rails & Unshackled Mongoid

09 Aug 20:46
79050c7
Compare
Choose a tag to compare

Changed

  • removed rails dependency
  • removed limitation on older versions of Mongoid

v2.1.0

04 Aug 17:58
v2.1.0
0ad0d6b
Compare
Choose a tag to compare

Added

Search::Client#validate_default_keys(m_c)
for easy validation of the Admin and Search keys you're providing
versus the ones Meilisearch is offering

Changed

Search::Client now uses constants for all environment variable names internally

v1.2.1 - oops

20 Jun 11:29
v1.2.1
07cc75d
Compare
Choose a tag to compare

It's just v1.2.0 but with the correct version number
in the Gemfile.lock

🙇‍♀️sorry about that.

v1.2.0 - more flexible SEARCHABLE_ATTRIBUTES

19 Jun 20:35
v1.2.0
8247c0b
Compare
Choose a tag to compare

Features

The value of SEARCHABLE_ATTRIBUTES can now optionally
include method names, not just field names.

This makes for easier incorporation of dynamically generated index values,
because it eliminates many cases where you would have had to define
a search_indexable_hash method. If you already have one, it'll
continue to work.