Hi,

is not possible to set 'not equal' using ResultSet search method? I can't make 
it with 'search_literal' method because I need to use a join clause too.
I would like to do something like:

$c->model('DB::Test')->search({-and => [ 'me.name' => 'name', -not => { 
'users.id' => 'id'}]},
                                    { join => 'users' });


 David



      
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to