...
SortClauses are the sorting options for Content and Location Search in "Platform stack", for generic use of API Search see Search Criterions Criteria and Sort Clauses
SortClause consists of two parts just like Criterion and FacetBuilder:
- The API Value: "SortClause "
Specific handler per SearchEngine: SortClauses Handler"SortClausesHandler"
The SortClause
represent the value you use in the API, while SortClauseHandler
deals with the business logic in the background translating the value to something the Search engine can understand.
Info |
---|
Implantation and Implementation and availability of a handler sometimes depends on SearchEngine capabilities/limitations. |
...
The list below reflects Sort Clauses available in eZ\Publish\API\Repository\Values\Content\Query\SortClause
namespace (it is also possible to make custom SortClause):
Info |
---|
Arguments starting with " |
...