X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FDBIC%2FAPI%2FRequestArguments.pm;h=f85a4e2f625cd91507c9ff979ea59a29b686b15b;hp=e9e213982cd18b39252b329a55b64b4ca1f0ad42;hb=d666a194afbf36c50785acff4e7fb4e04e534374;hpb=d273984026646e5b57c052deef3fcb9121122060 diff --git a/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm b/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm index e9e2139..f85a4e2 100644 --- a/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm +++ b/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm @@ -237,7 +237,7 @@ Like the synopsis in DBIC::API shows, you can declare a "template" of what is al }, ); -=attribute_public search is: ro, isa: HashRef +=attribute_public search is: ro, isa: L search contains the raw search parameters. Upon setting, a trigger will fire to format them, set search_parameters, and set search_attributes. @@ -286,7 +286,7 @@ Please see L for details on how the format work }, ); -=attribute_public search_parameters is:ro, isa: L +=attribute_public search_parameters is:ro, isa: L search_parameters stores the formatted search parameters that will be passed to ->search