Public Member Functions | |
getRepositoryApi () | |
__construct ($searchUrl=null, $autosuggestUrl=null) | |
search ($phrase, $params=array(), $start=null, $count=null) |
Public Attributes | |
$searchUrl | |
$autosuggestUrl |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
Definition at line 11 of file SearchApi.php.
SearchApi::__construct | ( | $searchUrl = null , |
|
$autosuggestUrl = null |
|||
) |
Counstructor
Definition at line 59 of file SearchApi.php.
References $autosuggestUrl, and $searchUrl.
SearchApi::getRepositoryApi | ( | ) |
Internal getter for repository api. It used to allows overriding of RepositoryApi properties by SearchApi properties
Definition at line 35 of file SearchApi.php.
References $autosuggestUrl, and $searchUrl.
SearchApi::search | ( | $phrase, | |
$params = array() , |
|||
$start = null , |
|||
$count = null |
|||
) |
method for search
string | $phrase | text to find |
bool | $usePersonalisation | defines if personalization |
Definition at line 74 of file SearchApi.php.
SearchApi::$autosuggestUrl |
Overrided autosuggest url
string
Definition at line 25 of file SearchApi.php.
Referenced by __construct(), and getRepositoryApi().
SearchApi::$searchUrl |
Overrided search url
string
Definition at line 18 of file SearchApi.php.
Referenced by __construct(), and getRepositoryApi().