You are here

public function SearchApiMultiQueryInterface::getSort in Search API Multi-Index Searches 7

Retrieves the set sorts.

Return value

array An array specifying the sort order for this query. Array keys are the field names in order of importance, the values are the respective order in which to sort the results according to the field.

1 method overrides SearchApiMultiQueryInterface::getSort()
SearchApiMultiQuery::getSort in ./search_api_multi.query.inc
Retrieves the set sorts.

File

./search_api_multi.query.inc, line 277

Class

SearchApiMultiQueryInterface
Interface representing a search query on multiple Search API indexes.

Code

public function &getSort();