Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

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

by tye (Sage)
on May 30, 2006 at 13:22 UTC ( #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 musing on the Monastery: (5)
As of 2023-12-05 15:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (27 votes). Check out past polls.

    Notices?