From 46eb7b5401218ce9e8927430cc4506bdd1182b7f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 21 Aug 2009 17:53:03 +0000 Subject: [PATCH] Document the missing assetIds option to WebGUI::Search->search. --- lib/WebGUI/Search.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/WebGUI/Search.pm b/lib/WebGUI/Search.pm index 1fbdd70e2..01313c4c7 100644 --- a/lib/WebGUI/Search.pm +++ b/lib/WebGUI/Search.pm @@ -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.