View Single Post
Old 08-06-2016, 11:23 AM   #3
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,476
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
The general identifier search syntax is
Code:
identifiers:name:condition
where "identifiers" is the constant value 'identifiers', "name" is the identifier name (e.g., isbn or amazon) and "condition" is what you are looking for (true, false, an exact or partial value, a regular expression).

Thus
Code:
identifiers:isbn:false
does what you want.

The expression "isbn:" is short for "identifiers:isbn:", which is why that works as well.
chaley is offline   Reply With Quote