Please refer to the examples below to search for assets using specific criteria with the Reach Query Language (RQL). As you read through them, log in and search for assets using these examples to guide your search.
For additional Metadata query guidance, refer to the Querying for Reach Engine Metadata fields section.
ID (Reach Asset ID)
_id = 3663175
Type (Data Object Type)
_type like 'ImageAssetMaster'
Inventory Key (Asset Type)
inventoryKey like 'Image'
inventoryKey = 'Image'
Inventory Type Name (Asset Type)
inventoryTypeName like 'Image'
inventoryTypeName = 'Image'
Name (Asset Name)
name like 'ImageName' ← Full Name of Asset
name like 'ageNa' ← Partial Search against Name of Asset
System Keywords (Combination of Name and Inventory Type Name)
systemKeywords = '20190920AFPBILD0076-1.jpg Image'
Date Created (Date of Asset Ingest)
dateCreated gt '2019-01-01'
dateCreated lt '2019-01-01'
dateCreated gte '2019-01-01'
dateCreated lte '2019-01-01'
dateCreated between '2019-01-01' and '2019-04-04'
Date Updated (Date the Asset last had Metadata Updated)
dateUpdated gt '2019-01-01'
dateUpdated lt '2019-01-01'
dateUpdated gte '2019-01-01'
dateUpdated lte '2019-01-01'
dateUpdated between '2019-01-01' and '2019-04-04'
Truncated Flag (Archived Flag)
truncatedFlag = true
truncatedFlag = false
Status (Is the Asset Available? Or in a Locked state)
status = 'AVAILABLE'
status != 'AVAILABLE'
Restore Key (Restore Key Location for the Archived Asset)
restoreKey is null
restoreKey is not null
restoreKey like '/mnt/archive/some/path/to/file.jpg'
Source File Path (Location of the Source File on the File System)
sourceFilePath like '/mezzanines/2019/09/20/01/'
Collection Memberships (Denotes the Assets Association to a Collection by Collection ID)
collectionMemberships = '24901'
collectionMemberships != '24901'
collectionMemberships in ('24901','24902')
collectionMemberships not in ('24901','24902')
Timeline Memberships (Denotes the Assets Association to a Timeline by Timeline ID)
timelineMemberships = '241'
timelineMemberships != '241'
timelineMemberships in ('241','242')
timelineMemberships not in ('241','242')
UUID (UUID Created during Ingest Process)
uuid = '0948f435-bf52-45a4-a01b-29ef5110ae7c'
Checksum (Calculated Checksum during Ingest Process)
checksum = 845654
Metadata Set ID (Find the Asset Associated to a Metadata Set by ID)
metadata_id = 1033057761
Thumbnail Asset Flag (Denotes if the Image Asset is a Thumbnail Associated to another Asset)
thumbnailAssetFlag = false
thumbnailAssetFlag = true
Thumbnail ID (Denotes the Image Asset Associated to the Asset Content Thumbnails ID)
thumbnailId = 5673008
RQL Queries for Image Technical Metadata
File Extension (Denotes File Extension of the Source File)
fileExtension like 'jpg'
fileExtension like 'png'
fileExtension not like 'tiff'
fileExtension not like 'gif'
File Size (Denotes the File Size of the Source File in Bytes)
fileSize = 845654
fileSize gt 845654
fileSize lt 845654
Height (Height of the Source Image)
height = 1996
height gt 1996
height lt 1996
Width (Width of the Source Image)
width = 3000
width gt 3000
width lt 3000
Comments
0 comments
Please sign in to leave a comment.