uninitialized constant Spree::Core::SearchkickFilters
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] INFO -- : [ba493c61-0ab7-46c9-9592-9201fb5520df] Completed 500 Internal Server Error in 232ms (ActiveRecord: 47.8ms)
F, [2021-05-07T21:24:30.769111 #47094] FATAL -- : [ba493c61-0ab7-46c9-9592-9201fb5520df]
F, [2021-05-07T21:24:30.769156 #47094] FATAL -- : [ba493c61-0ab7-46c9-9592-9201fb5520df] ActionView::Template::Error (uninitialized constant Spree::Core::SearchkickFilters):
F, [2021-05-07T21:24:30.769240 #47094] FATAL -- : [ba493c61-0ab7-46c9-9592-9201fb5520df] 1: <%
[ba493c61-0ab7-46c9-9592-9201fb5520df] 2: aggregations = @products.aggs
[ba493c61-0ab7-46c9-9592-9201fb5520df] 3: filters = Spree::Core::SearchkickFilters.applicable_filters(aggregations)
[ba493c61-0ab7-46c9-9592-9201fb5520df] 4: %>
[ba493c61-0ab7-46c9-9592-9201fb5520df] 5: <%= form_tag '', :method => :get, :id => 'sidebar_products_search' do %>
Hi @viveki2it I recommend you install the updated version from spree-contrib https://github.com/spree-contrib/spree_searchkick I stopped supporting this extension because I had little time
Hi @ronzalo I have tried with above gem. But this time I could not get error. Search and autocomplete not working on top right side bar. Help me how can implement auto complete. Looks like we removed js and CSS files from above gem. Thanks.