Skip to content

Instantly share code, notes, and snippets.

@GeekOnCoffee
Created March 26, 2013 20:29
Show Gist options
  • Save GeekOnCoffee/5248930 to your computer and use it in GitHub Desktop.
Save GeekOnCoffee/5248930 to your computer and use it in GitHub Desktop.
Spree::Core::Search::Base.class_eval do
def get_products_conditions_for(base_scope, query)
unless query.blank?
base_scope = base_scope.like_any([:meta_keywords], query.split)
end
base_scope
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment