We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960630b commit ec60d26Copy full SHA for ec60d26
README.md
@@ -80,7 +80,7 @@ $searchQuery->sortByNested(
80
);
81
```
82
83
-Second attribute is a direction. It supports `asc` and `desc` values. Defaults to `asc`.
+Second attribute is a direction. It supports `asc` and `desc` values. Defaults to `asc`.
84
Third attribute - sorting type. List of supporting types: `min, max, avg, sum, median`. Defaults to `min`.
85
86
There are also dedicated sort methods for each sort type.
0 commit comments