From: Matt S Trout Date: Wed, 24 Dec 2008 17:26:35 +0000 (+0000) Subject: make clear that search_like is only really there for Class::DBI users X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f67d8c67c800d277e9c0ec20a72ca2d9496c8d80;p=dbsrgits%2FDBIx-Class-Historic.git make clear that search_like is only really there for Class::DBI users --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 7ef6307..ca0712d 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -737,8 +737,8 @@ sub get_column { $cd_rs = $rs->search_like({ title => '%blue%'}); Performs a search, but uses C instead of C<=> as the condition. Note -that this is simply a convenience method. You most likely want to use -L with specific operators. +that this is simply a convenience method retained for ex Class::DBI users. +You most likely want to use L with specific operators. For more information, see L.