MDSEARCH(1) | User Commands | MDSEARCH(1) |
mdsearch - Run Spotlight searches against an SMB server
mvxattr {server} {sharename} {query} [-p, --path] [-L, --live]
This tool is part of the samba(1) suite.
mdsearch is a simple utility to run Spotlight searches against an SMB server that runs the Spotlight mdssvc RPC service.
server
sharename
query
attribute=="value"
For queries against a Samba server with Spotlight enabled using the Elasticsearch backend, the list of supported metadata attributes is given by the JSON attribute mapping file, typically installed at /usr/share/samba/mdssvc/elasticsearch_mappings.json
-p PATH, --path=PATH
-L, --live
Search all indexed metadata attributes, exact match:
'*=="Samba"'
Search all indexed metadata attributes, prefix match:
'*=="Samba*"'
Search by filename:
'kMDItemFSName=="Samba*"'
Search by date:
'kMDItemFSContentChangeDate<$time.iso(2018-10-01T10:00:00Z)'
Search files's content:
'kMDItemTextContent=="Samba*"'
Expressions:
kMDItemFSName=="Samba*"||kMDItemTextContent=="Tango*"'
File Metadata Search Programming Guide https://developer.apple.com/library/archive/documentation/Carbon/Conceptual/SpotlightQuery/Concepts/Introduction.html
This man page is part of version 4.13.13-Debian of the Samba suite.
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
The mdsearch manpage was written by Ralph Boehme.
08/09/2022 | Samba 4.13.13-Debian |