I am utilizing workflow to migrate entries to new volumes and I am running into an issue. When I perform my normal search it will find all documents and folder but when I add the syntax to look for any that are not in a specific volume then it only yields results of folders. Which is an issue because when it starts migrating it does all the folders and documents which is a large amount. I want to limit my number of items to migrate at one time.
My current syntax is - ({LF:VolId<>"149"}) & {LF:LOOKIN="folder path"}
I have tried to edit this to say look in subfolders and also look for folders and documents but still the same result of only the main folders in this path when I incorporate the volume. Will the search syntax of volume ID only work on folders?
Suggestions?