Skip to content

Commit

Permalink
Document the missing assetIds option to WebGUI::Search->search.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Aug 21, 2009
1 parent f68db11 commit 46eb7b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/WebGUI/Search.pm
Expand Up @@ -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.
Expand Down

0 comments on commit 46eb7b5

Please sign in to comment.