spree_searchkick icon indicating copy to clipboard operation
spree_searchkick copied to clipboard

Add Elasticsearch goodies to Spree, powered by searchkick

Results 7 spree_searchkick issues
Sort by recently updated
recently updated
newest added

Hello, I am getting below error only on Production environment. Could you please help me about this issue. Why I am getting this error. Thanks in advance. I, [2021-05-07T21:24:30.768100 #47094]...

Rails 5.1 has removed support for before_filter.

In Spree's new api v2 the product search is done by posting a name filter to the products resource like so: /api/v2/storefront/products?filter[name]=rails The v2 controllers use the new [Finder classes](https://github.com/spree/spree/blob/master/core/app/finders/spree/products/find.rb)...

enhancement

Hey, is there a reason to override `load_taxon` to be executed only before `best_selling` ? https://github.com/ronzalo/spree_searchkick/blob/master/app/controllers/spree/products_controller_decorator.rb#L2

My repo sort of works with spree 3.2 please have a look. It is not clean but works

Anyone has included variant type filters, for examplae for size and color?