Advanced Searches on 'not exactly' and 'does not contain' can fail if the referenced field belongs to another table. The problem has been confirmed for Advanced Title Searches which use 'not exactly' and 'does not contain' on Series names and Advanced Publication Searches which use 'not exactly' and 'does not contain' on Publication Series names. For example, an Advanced Publication Search on:
finds only 2 publication records. There are other eligible publication records like the Dennis Dobson edition of "Let the Spacemen Beware!", but they are ignored because they are not in a publication series.
The problem with the SQL query is that it always does a join between the main table (title or publication) and the supporting table (series, publication series, etc.) If a row in the main table doesn't point to a row in the supporting table, the query doens't retrieve it.
Anonymous
Diff: