Displaying 1 result from an estimated 1 matches for "jemen".
Did you mean:
jelen
2007 Jun 01
2
Is aaf multi_search broken?
Hi all,
I want to use acts_as_ferret''s multi_search to search two model classes
(Reviewable and Blog) at a time like
@results = Reviewable.multi_search("jemen", [Blog])
and I''m always getting the error
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.map
#{RAILS_ROOT}/vendor/plugins/acts_as_ferret/lib/class_methods.rb:131:in
`id_multi_search...