Hi Geoffrey,

On Thu, May 18, 2006 at 07:25:59AM +0200, Geoffrey Dagley wrote:
> I am running into the following error when I try to search across 
> multiple models with multi_search()  I have rebuilt the indices and can 
> search on each model individually using the Rails console.
> 
> Here is the output from the console.
> >> Post.multi_search('new', [Message, WikiPage])
> ArgumentError: wrong number of arguments (1 for 0)
[..]
this is a known problem with Ferret's 0.9.x C-Version. using either the
Ruby-only version (require 'rferret') or version 0.3.2 (which with it's
C-extension is way faster than Ruby-only 0.9) should fix this.

I'm working on an aaf version fully compatible with Ferret 0.9.3
(C-Version), hope to get this done soon.


Jens

-- 
webit! Gesellschaft für neue Medien mbH          www.webit.de
Dipl.-Wirtschaftsingenieur Jens Krämer       [EMAIL PROTECTED]
Schnorrstraße 76                         Tel +49 351 46766  0
D-01069 Dresden                          Fax +49 351 46766 66
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to