Jens Kraemer wrote:
> On Wed, Sep 20, 2006 at 04:22:18PM +0200, David Wennergren wrote:
>> I'm using acts_as_ferret to do a query like this:
>> 
>> Model1.multi_search("my query",[Model2,Model3], :limit => 2)
>> 
>> No matter what number i set limit to I get 10 items in the resultset. Am 
>> I doing something wrong?
> 
> nothing, this is supposed to work. what version of Ferret/aaf do you
> use ?
> 
> 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

I'm using ferret 0.10.4 and aaf 0.3.0. I'll try to make it into a 
testcase so it easier to reproduce.

This is my actual query:

>> Pressrelease.multi_search("con*",[Event,Image],:limit => 2).size
=> 10

/david

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to