You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi when i do a search, the response is : undefined method `paginate' for #Array:0x007fd814470420.
I try change the row of file: spree-solr-search / lib / spree / search / solr.rb (https://github.com/romul/spree-solr-search/blob/master/lib/spree/search/solr.rb) : products = result.records.paginate(:page => page, :per_page => per_page, :total_entries => count) in products = result.records#.paginate(:page => page, :per_page => per_page, :total_entries => count) and it work but with out pagination.
For the configuration i follow your readme instruction in home page.
The text was updated successfully, but these errors were encountered:
Hi when i do a search, the response is : undefined method `paginate' for #Array:0x007fd814470420.
I try change the row of file: spree-solr-search / lib / spree / search / solr.rb (https://github.com/romul/spree-solr-search/blob/master/lib/spree/search/solr.rb) : products = result.records.paginate(:page => page, :per_page => per_page, :total_entries => count) in products = result.records#.paginate(:page => page, :per_page => per_page, :total_entries => count) and it work but with out pagination.
For the configuration i follow your readme instruction in home page.
The text was updated successfully, but these errors were encountered: