spree-solr-search
spree-solr-search copied to clipboard
undefined method `paginate' for #<Array:0x007fd814470420>
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.