Skip to content

Commit

Permalink
[API][DOC] Update SearchService::findContentInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Sep 1, 2015
1 parent 6f29cfa commit cf1d107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/API/Repository/SearchService.php
Expand Up @@ -46,7 +46,7 @@ public function findContent(Query $query, array $languageFilter = array(), $filt
* @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException if query is not valid
*
* @param \eZ\Publish\API\Repository\Values\Content\Query $query
* @param array $languageFilter - a map of filters for the returned fields.
* @param array $languageFilter Configuration for specifying prioritized languages query will be performed on.
* Currently supports: <code>array("languages" => array(<language1>,..), "useAlwaysAvailable" => bool)</code>
* useAlwaysAvailable defaults to true to avoid exceptions on missing translations
* @param bool $filterOnUserPermissions if true (default) only the objects which is the user allowed to read are returned.
Expand Down

0 comments on commit cf1d107

Please sign in to comment.