SearchSortScore
in package
implements
JsonSerializable, SearchSort
Sort by the hit score.
Interfaces, Classes, Traits and Enums
- JsonSerializable
- SearchSort
- Base interface for all FTS sort options in querying.
Table of Contents
- $descending : bool|null
- descending() : SearchSortScore
- Direction of the sort
Properties
$descending
private
bool|null
$descending
= null
Methods
descending()
Direction of the sort
public
descending(bool $descending) : SearchSortScore
Parameters
- $descending : bool