Advanced search: empty/empty fields
Anyone could tell me how to search for an empty field? a non-empty field? I tried to use % for it, but it doesn't seem to suit this case.
It would help me when having to check which items miss information
Thanks
It would help me when having to check which items miss information
Thanks
Now, the issue that is probably plaguing you is (for better or worse) Advanced Search treats an item not having a field as the same as not having any data in that field. In other words, if you run the before mentioned Advanced Search without the qualification of only looking at book items you will end up with all of your books that don't have call numbers and all of the items, like webpages and blog posts, that do not have call number fields.
With this said, if you include qualifications for item types that actually have the given field you want to search through wildcard searches for is not % should only return results for empty data fields.
After reading your post, I made new tries, and it works properly, as follows :
1/ field=% => no item is selected
2/ field not=%" or field doesn't contain % => empty fields
3/ field contains % => non-empty fields
Thanks very much for your help