Closed ethier closed 12 years ago
Looks like spree is dropping the metasearch dependency in 1.1.0. The attached patches appear to resolve the metasearch/ransack issues.
There is still something broken. Working on it. @page = Spree:Page.search
in the index.html.erb file is throwing the following error:
undefined method
admin_searches_path'`
Thanks for this! Before I can merge we'll need to update spree_essentials to work with 1.1.0 as well.
keep it up!
-Spencer :beer:
I've updated spree_essentials to be 1.1.0.rc1 compatible so I'll go ahead and merge this...
Updated Gemfile for spree_sample version 1.1.0.beta (probably a better way to do that). Modified the pages_controller and contents_controller to use the new params
:q
and removed references to metasearch actions.