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
|[MapLocationDistance](maplocationdistance_criterion.md)|Distance between the location contained in a MapLocation field and the provided coordinates|✔|✔||
55
-
|[MatchAll](matchall_criterion.md)|Returns all search results|✔|✔|✔|
56
-
|[MatchNone](matchnone_criterion.md)|Returns no search results|✔|✔|✔|
57
-
|[ObjectStateId](objectstateid_criterion.md)|Object state ID|✔|✔|✔|
58
-
|[ObjectStateIdentifier](objectstateidentifier_criterion.md)|Object state Identifier|✔|✔|✔|
59
-
|[ParentLocationId](parentlocationid_criterion.md)|Location ID of a content item's parent|✔|✔|✔|
60
-
|[ParentLocationRemoteId](parentlocationremoteId_criterion.md)|Location remote ID of a content item's parent|✔|✔|
|[MapLocationDistance](maplocationdistance_criterion.md)|Distance between the location contained in a MapLocation field and the provided coordinates|✔|✔|||
55
+
|[MatchAll](matchall_criterion.md)|Returns all search results|✔|✔|✔|✔|
56
+
|[MatchNone](matchnone_criterion.md)|Returns no search results|✔|✔|✔|✔|
57
+
|[ObjectStateId](objectstateid_criterion.md)|Object state ID|✔|✔|✔||
58
+
|[ObjectStateIdentifier](objectstateidentifier_criterion.md)|Object state Identifier|✔|✔|✔||
59
+
|[ParentLocationId](parentlocationid_criterion.md)|Location ID of a content item's parent|✔|✔|✔||
60
+
|[ParentLocationRemoteId](parentlocationremoteId_criterion.md)|Location remote ID of a content item's parent|✔|✔||
Copy file name to clipboardExpand all lines: docs/search/search_in_trash_reference.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,15 @@ page_type: reference
5
5
6
6
# Search in trash reference
7
7
8
-
When you [search for content items that are held in trash](search_api.md#searching-in-trash), you can apply only a limited set of Search Criteria and Sort Clauses.
9
-
They can be used by `Ibexa\Contracts\Core\Repository\TrashService::findTrashItems` only.
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`](../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-TrashService.html#method_findTrashItems).
10
+
Some sort clauses are exclusive to trash search.
10
11
11
12
## Search Criteria
12
13
14
+
-[ContentName](contentname_criterion.md)
13
15
-[ContentTypeId](contenttypeid_criterion.md)
14
-
-[DateMetadata](datemetadata_criterion.md)
16
+
-[DateMetadata](datemetadata_criterion.md) (which can use the additional exclusive target `DateMetadata::TRASHED`)
0 commit comments