search for: orcondit

Displaying 1 result from an estimated 1 matches for "orcondit".

Did you mean: io_condit
2010 Jun 24
0
Using searchlogic with acts_as_taggable_on
...has_many :items end class Item < ActiveRecord::Base acts_as_taggable belongs_to :merchant end This works >> Merchant.tagged_with(''Tag 1'') but this doesn''t >> Merchant.tagged_with_or_name_like(''Tag 1'') Searchlogic::NamedScopes::OrConditions::UnknownConditionError: The condition ''tagged_with'' is not a valid condition, we could not find any scopes that match this. Can anybody help me with this ? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" g...