Thanks for the links. I actually used a sample script from the DBIx::Class::Manual::Cookbook:
-and => [ -or => [
color => 'Blue', color => 'Orange', ], ID => 1234 ]
and I got the following error:
DBIx::Class::ResultSet::search(): DBI Exception: DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND => [ -OR =>
COLOR => BLUE, COLOR => ORANGE, , ID => 1234, ], ) )