solidusio-contrib / solidus_searchkick

Searchkick for Solidus
MIT License
5 stars 6 forks source link

The searchkick searcher is broken #18

Closed vassalloandrea closed 3 years ago

vassalloandrea commented 3 years ago

The searchkick searcher class (https://github.com/solidusio-contrib/solidus_searchkick/blob/3f74a8e68681a59c11e1f3f43add2ad8b0ac4616/lib/spree/search/searchkick.rb#L29) is broken due this change on the core Solidus gem: https://github.com/solidusio/solidus/commit/da36bc13e81479590c603c069dd9f08c5028e9ef#diff-f76c7b867a8c83593b10c7aa764252a32a3def0bc5f02aadc6f06ebaea6cf162

The query variable doesn't exist since it was handled by the removed method missing inside the Solidus base search.

There are more properties that don't exist:

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.