Document the missing assetIds option to WebGUI::Search->search.

This commit is contained in:
Colin Kuskie 2009-08-21 17:53:03 +00:00
parent f68db111aa
commit 46eb7b5401

View file

@ -296,6 +296,12 @@ This rule limits the search to a specific set of descendants in the asset tree.
lineage => [ "000001000003", "000001000024000005" ]
=head4 assetIds
This rule limits the search to a specific set of assetIds. An array reference of assetIds to match against.
assetIds => [ "PBasset000000000000001", ]
=head4 classes
This rule limits the search to a specific set of asset classes. An array reference of class names.