How can I search for any documents that have two identical fields within the same document?
I am guessing the syntax should be something like...
{[]:[fieldname]=[fieldname2]}
or something like
{[]:[fieldname]<>[fieldname2]}
Reasoning...
During a recent conversion we created some new fields that after further review didn't need to be created. That is we may not need them. In the interim we created new documents with both [fieldname] and [fieldname2]. Creating a search report should allow us to compare documents where [fieldname] is different than [fieldname2]. Final step would allow us to use the report to either manual make changes or drive a WF based on the same search criteria.