Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined method `paginate' for #<Array:0x007fd814470420> #19

Open
rdegan opened this issue Dec 28, 2011 · 0 comments
Open

undefined method `paginate' for #<Array:0x007fd814470420> #19

rdegan opened this issue Dec 28, 2011 · 0 comments

Comments

@rdegan
Copy link

rdegan commented Dec 28, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant