Hello,
I''m using acts_as_ferret plugin for the search function of my
application. My app contains two model, one Address model and one
Contact model with both acts_as_ferret enabled.
When I try to do a query on both of Contact and Address Model, it
seems that the plugin (0.4.3) only do the search on the first one
(Contact) :
@search_results = Contact.find_with_ferret("*zu*", {:multi =>
[Address]})
Hope somebody can help me. Regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---