Version 9.2
I'm using the following search syntax to look for entries that have a value in the "02. Date - Manager Approved" but don't have a value in "03. Date - Entered Order". Both of these are date fields.
I know for a fact that the repository contains such entries, but using the following advanced search syntax returns nothing:
{[]:[02. Date - Manager Approved]="*"}&{[]:[03. Date - Order Entered]=""}
If I remove the second field from the advanced search, and only search for the first field using the wildcard, it works fine. But it seems the system doesn't understand the "equals empty string" criteria for date fields.
I read the Advanced Search Syntax 8.3 white paper but couldn't find anything relevant.