Skip to content

Commit ad67279

Browse files
Copilotalongosz
andcommitted
Fix ContentTypeName FQCN to use Trash namespace
Co-authored-by: alongosz <[email protected]>
1 parent 29c36d3 commit ad67279

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

auth.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $query->filter = new Criterion\LogicalAnd([
6363
$query->sortClauses = [
6464
new SortClause\Trash\DateTrashed(Query::SORT_DESC),
6565
new SortClause\ContentName(Query::SORT_ASC),
66-
new SortClause\ContentTypeName(Query::SORT_ASC)
66+
new SortClause\Trash\ContentTypeName(Query::SORT_ASC)
6767
];
6868

6969
// Search for articles trashed in the last 30 days

0 commit comments

Comments
 (0)