kind: |
Searches based on the type of file. |
kind:music |
Finds all music files. Other kinds include documents , pictures , videos , etc. |
type: |
Filters by file extension or file format. |
type:.pdf |
Finds all PDF files. You can use other extensions like .docx , .jpg , .txt , etc. |
size: |
Searches by file size using predefined or custom values. |
size:>10MB |
Finds all files larger than 10 MB. Use < , = , >= , <= for specific size ranges. |
datemodified: |
Finds files modified on or after a specified date. |
datemodified:>01/01/2023 |
Finds files modified after January 1, 2023. You can also use ranges like datemodified:01/01/2023..01/31/2023 . |
datecreated: |
Searches by the date the file was created. |
datecreated:>2023 |
Finds files created after 2023. Works similarly to datemodified: . |
ext: |
Filters by specific file extensions. |
ext:.txt |
Finds all .txt files. Same as type: but focuses only on the extension. |
folder: |
Searches within specific folders. |
folder:Documents |
Finds files located in the Documents folder. |
name: |
Searches for files with specific words in their name. |
name:invoice |
Finds files with “invoice” in the name. |
contents: |
Searches within the content of files. |
contents:budget |
Finds files that contain the word “budget” within their text. |
author: |
Searches files by author metadata (e.g., document author). |
author:John |
Finds documents created or edited by “John”. |
tag: |
Filters files based on metadata tags (useful for images). |
tag:vacation |
Finds all files tagged with “vacation”. |
path: |
Searches within a specific file path. |
path:"C:\Users\John\Documents" |
Finds files located specifically in this folder or its subfolders. |
length: |
For media files, searches by length/duration. |
length:>10minutes |
Finds video or audio files longer than 10 minutes. |
rating: |
Filters media files by rating metadata. |
rating:5 |
Finds files with a 5-star rating. |
width: / height: |
For images and videos, searches by dimensions. |
width:>=1920 height:>=1080 |
Finds all images or videos with a resolution of 1920×1080 or higher. |
Post your comment on this topic.