Mediagraph's Search bar can be used with various operators to enhance and refine search results. These operators allow for precise and efficient searching across more than 150 different fields.
Below is a breakdown of many of these operators, along with examples of their usage. For a list of some commonly used search fields, open the tabs at the bottom of the page.
How do I search for a specific filename?
Paste this string into the search bar: filename.keyword:yourfilenamehere
and How do I find all files with no keywords?
Paste this string into the search bar: NOT tag_text:**
Input a term directly to search for it across all fields.
Example:
dogsearches for assets containing "dog" in any searchable field.
To exclude results with a search term, use the NOT operator or the minus symbol (-).
Example:
NOT dogwill search for all assets that do not contain "dog" in any searchable field.
Multiple conditions can be combined using the AND, OR, and NOT operators:
Examples:
dog AND catsearches for assets containing both "dog" and "cat".
dog OR catsearches for assets containing either "dog" or "cat".
dog NOT catsearches for assets containing "dog" but not "cat".
Specify a field, followed by a colon, to search within that field only.
Example:
tag_text:dogsearches for assets with a tag containing "dog".
NOT tag_text:dogwill search for all assets that do not have a keyword tag containing "dog".
Wildcard queries can be used to find partial matches. If you want to match some, but not all, of a term, use one of two placeholder characters: * (to match zero or more characters) and ? (to match a single character only) as placeholders.
Examples:
tag_text:part*searches for assets with any keywords starting with "part".
tag_text:*ialsearches for assets with any keywords ending with "ial".
tag_text:*partial*searches for assets with any keywords containing "partial".
tag_text:p*tialsearches for assets with any keywords starting with "p" and ending with "tial".
tag_text:?artialsearches for assets with any 7-letter keywords ending with "artial". Results would include "partial" and "martial" but not "impartial".
tag_text:**searches for assets with any value in the keyword field.
tag_text:-**searches for assets that do not have keywords.
Complex queries can be built by combining techniques and using parentheses for grouping:
Example:
(dog OR cat) AND ext:jpgsearches for .jpg files with "dog" or "cat" in any field.
Mediagraph supports searching across more than 150 fields. Open the tabs below to browse a list of the most commonly used fields.
Definition | Field Name | Example |
Filename |
|
|
GUID (Unique File ID) |
|
|
Video Transcript text |
|
|
OCR text (Optical Character Recognition) |
|
|
Keywords, including similar terms (e.g. "run" matches "ran" or "running") |
|
|
AI Auto Tags, including similar terms (e.g. "run" matches "ran" or "running") |
|
|
Description (IPTC field) |
|
|
Title (IPTC field) |
|
|
Headline (IPTC field) |
|
|
Alt Text (IPTC field) |
|
|
Keywords, exact matches only |
|
|
Visible Keywords, exact matches only |
|
|
AI Auto Tags, exact matches only |
|
|
Definition | Field Name | Example |
Definition | Field Name | Example |