Skip to content

Commit ae5f3fe

Browse files
committed
search_in_trash_reference.md: Note about DateMetadata::TRASHED
1 parent 6ebf803 commit ae5f3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/search/search_in_trash_reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ page_type: reference
66
# Search in trash reference
77

88
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).
1010
Some sort clauses are exclusive to trash search.
1111

1212
## Search Criteria
1313

1414
- [ContentTypeId](contenttypeid_criterion.md)
15-
- [DateMetadata](datemetadata_criterion.md)
15+
- [DateMetadata](datemetadata_criterion.md) (which can use the additional exclusive target `DateMetadata::TRASHED`)
1616
- [MatchAll](matchall_criterion.md)
1717
- [MatchNone](matchnone_criterion.md)
1818
- [SectionId](sectionid_criterion.md)

0 commit comments

Comments
 (0)