Quote:
Originally Posted by Sabardeyn
I've been trying to perform a search from the GUI's search field that will display all books that have no content in the description field (#desc). Basically I'm trying to limit the books displayed to only those that need that field to be filled out (via cut & pasted metadata from a 3rd party website).
I've tried assorted variants of desc: blank, empty, _empty, etc but the result is always 0 matching books.
The closest I can come is not desc:"Description" which, quite surprisingly, only lists books that actually includes the exact word "Description" in the field (which is placed there by the cut & pasted metadata). So it's the exact opposite of what I want.
Perhaps I'm doing something wrong?
|
@Sabardeyn:
Assuming that the Description field is a custom column, try: #desc:False
The '#' is in the Search\Lookup Name of any custom column.
DaltonST