Definition at line 31 of file soap_api_search_service.inc.
__construct |
( |
|
$assetid = 0 | ) |
|
AdvancedSearch |
( |
|
$request | ) |
|
Description: This operation allow advanced searching of content
- Parameters
-
array | $request_info | $request information
Array (
'AssetTypes' => [Asset Types in Matrix]
'ExcludeWords' => [Words to be excluded from the search]
'FieldLogic' => [Either AND or OR results between fields]
'Limit' => [The maximum number of results returned]
'RootIDs' => [Search under the specified root nodes]
'RootLogic' => [Either AND or OR results between rootnodes]
'ResultFormat' => [The final output of the web service. E.g: asset_name% - asset_created%]
'Statuses' => [Only search for the specified statuses],
'SearchFields' => [Search fields],
'ExcludeRootNodes' => [Whether to exclude root nodes in search result],
)
|
- Returns
- void public
Definition at line 174 of file soap_api_search_service.inc.
Description: This operation allow basic searching of content
- Parameters
-
array | $request_info | $request information
Array (
'AssetTypes' => [Asset Types in Matrix]
'Limit' => [The maximum number of results returned]
'RootIDs' => [Search under the specified root nodes]
'ResultFormat' => [The final output of the web service. E.g: asset_name% - asset_created%]
'Statuses' => [Only search for the specified statuses],
'ExcludeRootNodes' => [Whether to exclude root nodes in search result],
)
|
- Returns
- void public
Definition at line 84 of file soap_api_search_service.inc.
static getComplexElements |
( |
|
$func_list = Array() | ) |
|
|
static |
static getComplexTypes |
( |
|
$func_list = Array() | ) |
|
|
static |
static getSimpleRestrictedTypes |
( |
|
$func_list = Array() | ) |
|
|
static |
Description: This operation allow reindexing of indexable components of an asset
- Parameters
-
array | $request_info | $request information
Array (
'AssetID' => [Asset ID of the asset to be reindexed]
'IndexComponents' => [asset, metadata, or all]
)
|
- Returns
- void public
Definition at line 335 of file soap_api_search_service.inc.
The documentation for this class was generated from the following file: