I have Workflow adding a field to certain documents that is not part of a template. I am able to search for documents that have this field added with some value but cannot figure out the syntax to search for documents that do not have this field added. Initially I thought I'd try something like these:
- {[]:[Non-Template Field]=""} & {LF:Name="*", Type="DB"}
- {[]:[Non-Template Field]<>"*"} & {LF:Name="*", Type="DB"}
These two returned no results and I think it is because technically if the field is not part of the template and is blank, then it is never associated with the document in the first place. Does anyone know of a way to search for documents that do not have a non-template field added to them?