Warning, /frameworks/baloo/docs/user/searching.md is written in an unsupported language. File is not indexed.

0001 # Searching For Files {#searching}
0002 
0003 Baloo provides a convenient tool called `baloosearch` which can be used to
0004 perform searches. Additionally Baloo is also integrated in popular
0005 applications such as KRunner and Dolphin.
0006 
0007 Example:
0008 
0009     $ baloosearch coldplay
0010     /home/user/Music/Coldplay - Ghost Stories
0011     /home/user/Music/Coldplay - Ghost Stories/01. Always In My Head.mp3
0012     /home/user/Music/Coldplay - Ghost Stories/06. Another's Arms.mp3
0013     /home/user/Music/Coldplay - Ghost Stories/03. Ink.mp3
0014 
0015 
0016 ## Advanced Searches
0017 
0018 Baloo offers a rich syntax for searching through your files. Certain
0019 attributes of a file can be searched through.
0020 
0021 For example 'type' can be used to filter for files based on their general type
0022 
0023 `type:Audio` or `type:Document`
0024 
0025 Currently the following types are supported:
0026 
0027 * Archive
0028 * Folder
0029 * Audio
0030 * Video
0031 * Image
0032 * Document
0033   * Spreadsheet
0034   * Presentation
0035 * Text
0036 
0037 These expressions can be combined using `AND` or `OR` and additional parenthesis.
0038 
0039 The full list of properties which can be searched is listed below. They are
0040 grouped by file types.
0041 
0042 ### All Files
0043 * filename
0044 * modified
0045 * mimetype
0046 * tags
0047 * rating
0048 * userComment
0049 
0050 ### Audio
0051 * BitRate
0052 * Channels
0053 * Duration
0054 * Genre
0055 * SampleRate
0056 * TrackNumber
0057 * ReleaseYear
0058 * Comment
0059 * Artist
0060 * Album
0061 * AlbumArtist
0062 * Composer
0063 * Lyricist
0064 
0065 
0066 ### Documents
0067 * Author
0068 * Title
0069 * Subject
0070 * Generator
0071 * PageCount
0072 * WordCount
0073 * LineCount
0074 * Language
0075 * Copyright
0076 * Publisher
0077 * CreationDate
0078 * Keywords
0079 
0080 ### Media
0081 * Width
0082 * Height
0083 * AspectRatio
0084 * FrameRate
0085 
0086 ### Images
0087 * ImageMake
0088 * ImageModel
0089 * ImageDateTime
0090 * ImageOrientation
0091 * PhotoFlash
0092 * PhotoPixelXDimension
0093 * PhotoPixelYDimension
0094 * PhotoDateTimeOriginal
0095 * PhotoFocalLength
0096 * PhotoFocalLengthIn35mmFilm
0097 * PhotoExposureTime
0098 * PhotoFNumber
0099 * PhotoApertureValue
0100 * PhotoExposureBiasValue
0101 * PhotoWhiteBalance
0102 * PhotoMeteringMode
0103 * PhotoISOSpeedRatings
0104 * PhotoSaturation
0105 * PhotoSharpness
0106 * PhotoGpsLatitude
0107 * PhotoGpsLongitude
0108 * PhotoGpsAltitude
0109