citrus / spree_essential_cms

SpreeEssentialCms is a full featured CMS for Spree Commerce.
BSD 3-Clause "New" or "Revised" License
68 stars 82 forks source link

meta_search and Ransack #18

Closed ethier closed 12 years ago

ethier commented 12 years ago

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.

ethier commented 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.

ethier commented 12 years ago

There is still something broken. Working on it. @page = Spree:Page.search in the index.html.erb file is throwing the following error:

undefined methodadmin_searches_path'`

citrus commented 12 years ago

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:

citrus commented 12 years ago

I've updated spree_essentials to be 1.1.0.rc1 compatible so I'll go ahead and merge this...