[Dbix-class] match against ...

Will Crawford billcrawford1970 at gmail.com
Fri Apr 4 14:57:08 GMT 2014


On 4 April 2014 15:27, RAPPAZ Francois <francois.rappaz at unifr.ch> wrote:
> I tried
...
> my $rs = $self->{schema}->resultset('Jrn')->search_rs(undef, { -and => [ \["WHERE match(ti, ex, ad)  against(? in boolean mode)", @b]], order_by => 'tri'});

Take out the "undef, " -- you've passed the query as the second parameter.



More information about the DBIx-Class mailing list