Federico Ramallo
Results
2
comments of
Federico Ramallo
I did an override to allow associated_against on multisearch. I created a file in `config/initializers/multisearchable.rb` with this code: ``` module PgSearch::Multisearchable def searchable_text [ build_searchable_text, build_associated_searchable_text].join(' ') end def build_searchable_text...
You could install all required plugins by running: git submodule init git submodule update