drhenner / ror_ecommerce

Ruby on Rails Ecommerce platform, perfect for your small business solution.
www.ror-e.com
MIT License
1.21k stars 409 forks source link

Solr Search not working #89

Closed apexkid closed 11 years ago

apexkid commented 11 years ago

I tried to setup the search on Product.rb. It failed to execute. The error given was ................................... ArgumentError in ProductsController#create

wrong number of arguments (1 for 2)

Rails.root: /var/www/html/project_rails/ Application Trace | Framework Trace | Full Trace

app/models/product.rb:303:in standard_search' app/controllers/products_controller.rb:19:increate' ......................... Please fix it soon if possible or help me with a workaround. Thank You.

drhenner commented 11 years ago

Ah I have not set that up in a long while... I'll take a look right now.

drhenner commented 11 years ago

Should be all working now.