You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/search/search_in_trash_reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ page_type: reference
6
6
# Search in trash reference
7
7
8
8
When you [search for content items that are held in trash](search_api.md#searching-in-trash), you can apply only a limited subset of Search Criteria and Sort Clauses
9
-
which can be used by `Ibexa\Contracts\Core\Repository\TrashService::findTrashItems`.
9
+
which can be used by [`Ibexa\Contracts\Core\Repository\TrashService::findTrashItems`](../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-TrashService.html#method_findTrashItems).
10
10
Some sort clauses are exclusive to trash search.
11
11
12
12
## Search Criteria
13
13
14
14
-[ContentTypeId](contenttypeid_criterion.md)
15
-
-[DateMetadata](datemetadata_criterion.md)
15
+
-[DateMetadata](datemetadata_criterion.md) (which can use the additional exclusive target `DateMetadata::TRASHED`)
0 commit comments