Document the heretofore missing joinClass option in WebGUI::Search.
This commit is contained in:
parent
9942f9e70d
commit
dc82daaac8
2 changed files with 7 additions and 0 deletions
|
|
@ -324,6 +324,12 @@ This rule adds an additional where clause to the search.
|
|||
|
||||
where => 'className NOT LIKE "WebGUI::Asset::Wobject%"'
|
||||
|
||||
=head4 joinClass
|
||||
|
||||
This is an array reference of asset classes. Each asset class will be queried via its
|
||||
definition method to see what tables should be joined to the assetData table. Only the
|
||||
most recent revisions of data will be added to the search.
|
||||
|
||||
=head4 join
|
||||
|
||||
This rule allows for an array reference of table join clauses.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue