What I’m trying to do
I’m trying to query the properties of my files. When I create new files, I give them a property called Type, which is a link to the NewFiles MOC.
Type:
- “up::[[NewFiles]]”
Things I have tried
Now, within my NewFiles MOC I want to query the properties of the files in my vault to find new files.
LIST
WHERE contains (type, "up::[[NewFile]]")
AND !outgoing([[]])
but I get error messages that parsing failed. I’ve tried 20 different variations of the syntax but nothing has worked. What would be a way to accomplish this?