-
This seems like a great plugin but I can't get it to work and I think I might be using it incorrectly. Scenario 1. Creating a list of files based on a particular word/phrase within the file's content (eg. show all files which mention "Dailies") Is either of these possible and if so, can you help me with the syntax? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@vishae |
Beta Was this translation helpful? Give feedback.
-
Thanks for that! |
Beta Was this translation helpful? Give feedback.
-
Thanks for following up on this @filmgal, those are both correct. Content search will show up eventually once I figure out a way to make it not super-slow (will need to add some more indexing). You can use |
Beta Was this translation helpful? Give feedback.
@vishae
Re Scenario 1: I don't think you can look at content (yet?).
Re Scenario 2: use contains:
list where contains(file.name, "Journal")