#Way to display only files of a specific type?
1 messages · Page 1 of 1 (latest)
It seems that the idea for search filters is tracked in these issues on github:
https://github.com/files-community/Files/issues/4813
https://github.com/files-community/Files/issues/7124
The "Advanced Query Syntax" already works for me: https://learn.microsoft.com/en-us/windows/win32/lwef/-search-2x-wds-aqsreference?redirectedfrom=MSDN
To display only music files you can enter "kind: music" or for specific file extensions "type: .flac OR type: .mp3 OR type: .wma" in the search bar
Thank you! Also it seems like just searching the file extension is working now,