Quote:
Originally Posted by theducks
This search finds ISBN13
Code:
identifiers:"=isbn:97"
this finds ISBN13 because ISBN13 start with 97
|
That search finds any isbn containing 97, not starting with 97.
This search fixes it:
Code:
identifiers:isbn:~^97