From
the calibre documentation for searches:
Quote:
|
The special field vl is used to search for books in a Virtual library. For example, vl:Read will find all the books in the Read Virtual library. The search vl:Read and vl:"Science Fiction" will find all the books that are in both the Read and Science Fiction Virtual libraries. The value following vl: must be the name of a Virtual library. If the Virtual library name contains spaces then surround it with quotes.
|
This search should work:
Code:
not vl:"Export1Lib"
Note that the test for the virtual library name is case sensitive.