[Rt-devel] SB documentation patch

Todd Chapman todd at chaka.net
Tue Sep 12 21:29:09 EDT 2006


The attached patch documents and undocumented option for Limit.

Where should SB bugs be sent?

-Todd
-------------- next part --------------
--- SearchBuilder.pm	(revision 8480)
+++ SearchBuilder.pm	(local)
@@ -649,6 +649,14 @@
 and INT_LINKFIELD and added to the criterias.  If ALIAS is set, new
 criterias about the foreign table will be added.
 
+=item LEFTJOIN
+
+To apply the Limit inside the ON clause of a previously created left
+join, pass this option along with the alias returned from creating
+the left join. ( This is similar to using the EXPRESSION option when
+creating a left join but this allows you to refer to the join alias
+in the expression. )
+
 =item FIELD
 
 Column to be checked against.
=== SearchBuilder.pm
==================================================================


More information about the Rt-devel mailing list