Releases: masukomi/mongodb_meilisearch
Releases · masukomi/mongodb_meilisearch
v2.2.0 - Removed Rails & Unshackled Mongoid
v2.1.0
v1.2.1 - oops
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
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.