Appendix A: Search filters
An example of a custom search filter:
"name": "Example Search Filter",
"description": "Description for search filter",
"searches": [
{
"name": "Mobile",
"metadataProfile": "Default",
"view": "grid"
"searches": [
{
"name": "Device Information",
"metadataProfile": "device_info",
"view": "grid"
"icon": "multimedia"
"query": "mime-type:application/x-mobile-device-info"
},
{
"name": "Communication",
"metadataProfile": "generic_comms",
"view": "grid"
"icon": "multimedia"
"searches": [
{
"name": "Calls",
"metadataProfile": "calls",
"icon": "multimedia",
"view": "grid"
"searches": [
{
"name": "All",
"query": "mime-type:application/x-call-record OR properties:\"Cellebrite type:Call\""
},
{
"name": "Incoming",
"query": "mime-type:application/x-call-record AND properties:\"Communication Status:Incoming\""
},
{
"name": "Outgoing",
"query": "mime-type:application/x-call-record AND properties:\"Communication Status:Outgoing\""
},
{
"name": "Missed",
"query": "mime-type:application/x-call-record AND properties:\"Communication Status:Missed\""
}
]
}
]
}
]
}
]
}
JSON property |
Description |
|||
name |
Name of search filter that appears within the Search Filters drop-down list |
|||
description |
A brief description of the search filter. |
|||
searches |
name |
Name of top-level parent search filter node. |
||
metadataProfile |
The metadata profile to apply to any results returned from this filter. |
|||
icon |
Custom icon from your directory assigned to the search filter in the format of png, jpg, jpeg, gif, or svg. |
|||
view |
View in which the filter results should be shown (grid, gallery, review, dashboard). |
|||
searches |
name |
Name of child search filter node. |
||
metadataProfile |
The metadata profile to apply to any results returned from this filter. |
|||
icon |
Custom icon from your directory assigned to the search filter in the format of png, jpg, jpeg, gif, or svg. |
|||
view |
View in which the filter results should be shown (grid, gallery, review, dashboard). |
|||
searches |
name |
Name of child search filter node. |
||
query |
Nuix search query used to filter items. |