Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: DBIx::Class and many-to-many searching (bare non-words)

by tye (Sage)
on May 30, 2006 at 17:22 UTC ( [id://552559]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $_= $_->id() for @with, @without;
    my @articles= $schema->r­esultset('­articles')­->search(
    ...
            'tag.tag' => { '-not_in' => \@without, '-in' => \@with },
        },
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://552559]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-18 12:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found