You are here

protected function SearchApiDbService::postQuery in Search API Database Search 7

Postprocess search results.

This allows subclasses to apply custom changes before the results are returned.

Parameters

array $results: The results array that will be returned for the search, in the format defined by SearchApiQueryInterface::execute().

SearchApiQueryInterface $query: The executed search query.

1 call to SearchApiDbService::postQuery()
SearchApiDbService::search in ./service.inc
Executes a search on the server represented by this object.

File

./service.inc, line 1840
Contains SearchApiDbService.

Class

SearchApiDbService
Indexes and searches items using the database.

Code

protected function postQuery(array &$results, SearchApiQueryInterface $query) {
}