Closed mgroth0 closed 7 years ago
Can you clarify? What's an invisible tag? Do you mean a tag on an invisible file?
Yes that is what I meant, sorry.
@matthew-groth... see the answer to #25: it is the same issue. The metadata database doesn't index invisible files, but you can do a match to find them.
I see. Though match is extremely slow compared to find, so it is not practical to use (since I'm searching my whole computer). Is there any way match can be made faster?
According to the readme:
The --all, --enter, and --recursive options apply to --add, --remove, --set, --match, and --list
I need to --find invisible tags. Is there a workaround for this?