Query expression examples
Here are some examples of query expressions that use both text-based criteria and property-based criteria:
- This expression returns metadata for objects that have a retention setting of Deletion Allowed, are not on hold, and may or may not have a path or custom metadata that contains the term report:
+(retention:0) -(hold:true) report
- This expression returns metadata for objects in the finance namespace under the /Corporate/Employees directory that were ingested after March 1, 2012:
+(namespace:"finance.europe" objectPath:"/Corporate/Employees" ingestTimeString:[2012-03-01T00:00:00 TO *])