*** Cookbook.pod 2009-09-04 07:19:51.000000000 +0100 --- Cookbook.new.pod 2009-10-27 10:22:49.000000000 +0000 *************** *** 407,412 **** --- 407,416 ---- my $ordered_cds = $schema->resultset('CD')->search_cds_ordered(); + Note that when chaining predefined searches on ManyToMany relationship + methods, see L which + will keep the consistency in source aliases of the result sets used. + =head2 Using SQL functions on the left hand side of a comparison Using SQL functions on the left hand side of a comparison is generally not a