issue #2132 album selector hierarchy added to search page

This commit is contained in:
Linty
2024-03-08 15:55:43 +01:00
parent 5da20bf1f1
commit 4d26c62470
10 changed files with 265 additions and 18 deletions
+4
View File
@@ -158,6 +158,10 @@ function ws_addDefaultMethods( $arr )
'info' => implode(',', array_keys(ImageStdParams::get_defined_type_map()))
),
'search' => array('default' => null),
'limit' => array(
'default' => null,
'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE,
'info' => 'Parameter not compatible with recursive=true'),
),
'Returns a list of categories.',
$ws_functions_root . 'pwg.categories.php'