I am a system backend developer and use Tracker as an engine for file search, including adding Spotlight support to samba and netatalk.
Now, our customers feedback a feature request that they want to have detailed information on the spotlight search results, such as Date Modified, Size and etc.
Tracker: ---- [12|afpd|4661] query: SELECT ?url WHERE { ?obj fts:match 'abc' . ?obj nie:url ?url . FILTER(tracker:uri-is-descendant('file:///data/', ?url)) }
Tracker: ---- [16|afpd|4661] query: SELECT ?url WHERE { ?obj nfo:fileName ?a FILTER(regex(?a, '^abc.$')) . ?obj nie:url ?url . FILTER(tracker:uri-is-descendant('file:///data/', ?url)) }
I found that the query could only get the path of the file without with the file details.
Could you please add this feature to let spotlight return the details of the file?
Thanks,
-Jacob