I just got stumped on this earlier. What would the ->search syntax be to get a literal on the left-hand side and the column on the right-hand side of an operator? In my case, a column in the table being searched contains a LIKE-string, and I want to do:
"SELECT * FROM thetable WHERE 'string_literal' LIKE thetable.like_col" -- Brandon _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
