Extra paragraph dropped from 113e8d16 for some reason
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / DocMap.pod
index f865c6c..9bd7004 100644 (file)
@@ -32,6 +32,9 @@ The first two list items are the most important.
 
 =item L<DBIx::Class::ResultSet/search> - Selecting and manipulating sets.
 
+The DSL (mini-language) for query composition is only partially explained there,
+see L<SQL::Abstract/WHERE CLAUSES> for the complete details.
+
 =item L< C<$schema>::Result::C<$resultclass>|DBIx::Class::Manual::ResultClass>
 - Classes representing a single result (row) from a DB query.