Hey Everyone,
I am trying to add a search query to include certain things and exclude certain things.
I’ve tried many different ways but could not get it to work.
For example, adding a minus sign in front actually gives me a positive result:
Query with the minus sign for the (-447442)
and it’s returning a result with that string
I’ve tried multiple other stuff like:
not name contains ‘{{69.reqNumber}}’
and many others nothing seems to work.
Here’s the config for the module:
I am using search within file/folder names because when I tried the custom query it returned 23 bundles. I am thinking it’s picking up cache files and duplicates so that’s not working.
All I am trying to do is search the folder for specific string that either match or don’t match and save a file with the name “add on” if those conditions fulfills.
Been struggling with this for many hours. Any help would be appreciated.