add SQL::Abstract to search docs (patch from zamolxes)
Matt S Trout [Mon, 9 Apr 2007 20:41:34 +0000 (20:41 +0000)]
lib/DBIx/Class/ResultSet.pm

index 6c1066c..0f8bb17 100644 (file)
@@ -134,7 +134,10 @@ call it as C<search(undef, \%attrs)>.
     columns => [qw/name artistid/],
   });
 
-For a list of attributes that can be passed to C<search>, see L</ATTRIBUTES>. For more examples of using this function, see L<Searching|DBIx::Class::Manual::Cookbook/Searching>.
+For a list of attributes that can be passed to C<search>, see
+L</ATTRIBUTES>. For more examples of using this function, see
+L<Searching|DBIx::Class::Manual::Cookbook/Searching>. For a complete
+documentation for the first argument, see L<SQL::Abstract>.
 
 =cut