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 6bcdc3a commit 706fb91Copy full SHA for 706fb91
README.md
@@ -103,7 +103,8 @@ of the column this may not be the desired functionality. You can change this usi
103
* `sort=priority:desc_nulls_first`
104
105
106
-You can set a default sort using the `setDefaultSort` on the`Sieve` class.
+You can set a default sort using the `setDefaultSort` on the`Sieve` class. The default sort uses the database column
107
+name rather than the mapped property name, meaning you can use the default sort property without having a map set up.
108
109
```php
110
$sieve->setDefaultSort('name', 'asc')
0 commit comments