Hi All,
I've noticed something strange with the search syntax. I want to perform a search in a document type field, for everything except for 'Email' or 'Invoice'. So the search command is this in my testing:-
{[]:[Document Type]="*"}-{[]:[Document Type]="Email"}|{[]:[Document Type]="Invoice"}
However , this gives me everything except for Emails. It seems the 'or' pipe command is being ignored as I still get 'Invoice' in my search results.
Is this a bug, or am I missing something here?
LF Client 10.3.1.502
Cheers!