Skip to content

Commit

Permalink
[API][SearchService] Change $languageFilter doc to specify prioritize…
Browse files Browse the repository at this point in the history
…d language handling
  • Loading branch information
andrerom committed Jul 30, 2015
1 parent 3f52ade commit 20c0366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Search/Content/Handler.php
Expand Up @@ -26,7 +26,7 @@ interface Handler
* @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException if Query criterion is not applicable to its target
*
* @param \eZ\Publish\API\Repository\Values\Content\Query $query
* @param array $languageFilter - a map of language related filters specifying languages query will be performed on.
* @param array $languageFilter Configuration for specifying prioritized languages query will be performed on.
* Currently supported: <code>array("languages" => array(<language1>,..))</code>.
*
* @return \eZ\Publish\API\Repository\Values\Content\Search\SearchResult With ContentInfo as SearchHit->valueObject
Expand All @@ -41,7 +41,7 @@ public function findContent(Query $query, array $languageFilter = array());
* @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException if there is more than than one result matching the criterions
*
* @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion $filter
* @param array $languageFilter - a map of language related filters specifying languages query will be performed on.
* @param array $languageFilter Configuration for specifying prioritized languages query will be performed on.
* Currently supported: <code>array("languages" => array(<language1>,..))</code>.
*
* @return \eZ\Publish\SPI\Persistence\Content\ContentInfo
Expand Down
2 changes: 1 addition & 1 deletion Search/Content/Location/Handler.php
Expand Up @@ -22,7 +22,7 @@ interface Handler
* Finds locations for the given $query.
*
* @param \eZ\Publish\API\Repository\Values\Content\LocationQuery $query
* @param array $languageFilter - a map of language related filters specifying languages query will be performed on.
* @param array $languageFilter Configuration for specifying prioritized languages query will be performed on.
* Currently supported: <code>array("languages" => array(<language1>,..))</code>.
*
* @return \eZ\Publish\API\Repository\Values\Content\Search\SearchResult With Location as SearchHit->valueObject
Expand Down

0 comments on commit 20c0366

Please sign in to comment.