Greetings all,
What is the syntax for searching for empty fields.
For example if I want to search for documents that have “Completed” as value in status field, I would use: FIELD Status = Completed
What if I want o search for documents that have status field empty. I want to use this to build a search url
Thanks
Basir
Subject: search syntax for empty field
NOT [fieldname] is present
Always be sure to search the forum before asking your question, I found this answer by searching for “empty field”
Subject: RE: search syntax for empty field
Thanks you Carl.
I did search the forum, couldn’t find anything. I have a very slow connection so I apologize if I miss it sometimes.