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 29c36d3 commit ad67279Copy full SHA for ad67279
auth.json
@@ -0,0 +1,11 @@
1
+{
2
+ "http-basic": {
3
+ "updates.ibexa.co": {
4
+ "username": "dcce20f47a99c480235b315cb81e34ad",
5
+ "password": "5e7c0831e68652f1f124bed25cb4c8ef"
6
+ }
7
+ },
8
+ "github-oauth": {
9
+ "github.com": "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"
10
11
+}
docs/search/search_in_trash_reference.md
@@ -63,7 +63,7 @@ $query->filter = new Criterion\LogicalAnd([
63
$query->sortClauses = [
64
new SortClause\Trash\DateTrashed(Query::SORT_DESC),
65
new SortClause\ContentName(Query::SORT_ASC),
66
- new SortClause\ContentTypeName(Query::SORT_ASC)
+ new SortClause\Trash\ContentTypeName(Query::SORT_ASC)
67
];
68
69
// Search for articles trashed in the last 30 days
0 commit comments