I have a user-defined field, #kindlecollections, that I use to maintain categories in conjunction with the Kindle Collections plugin. It's defined as comma-separated text. I want to search and create a virtual library with all books in the library where this field is not defined. The following are among the things I've tried that don't work:
#kindlecollections:" "
#kindlecollections:""
#kindlecollections = " "
#kindlecollections EQ " "
Reading
http://manual.calibre-ebook.com/regexp.html was not helpful.
I've used grep and cousins and various kinds of SQL for a third of a century, and I'm frustrated. I don't need the concepts explained; I need a pointer to the *exact* syntax.