Examples of Filtering
- User:
@mozilla.com
to filter on any upload whose email contains this domain. - User:
!peterbe@example.com
to filter on any upload whose email does NOT match that email. - Size:
>1mb
to filter all uploads bigger than one megabyte. - Uploaded:
2024-11-26
to filter all uploads uploaded any time during this day (in UTC). - Uploaded:
>=2024-11-26173266031407422:11.074Z
to filter all uploads uploaded after this ISO date (in UTC). - Uploaded:
today
(oryesterday
) to filter all uploads uploaded after yesterday's UTC daybreak. - Completed:
incomplete
to filter all incomplete uploads.