Method | Description | |
---|---|---|
__construct ( |
Constructor. | |
buildSortOrders ( array $sortOrders = [] ) : array | Build sort orders. |
Method | Description | |
---|---|---|
buildSortOrder ( Smile\ElasticsuiteCore\Search\Request\SortOrderInterface $sortOrder ) : array | Build a sort order ES condition from a SortOrderInterface specification. |
public __construct ( |
||
$queryBuilder | Query builder used to build queries inside sort orders. |
public buildSortOrders ( array $sortOrders = [] ) : array | ||
$sortOrders | array | Sort orders specification. |
return | array |