Some Journals (including the AIP's Journal of Applied Physics and APS' Physical Review Letters) do not number the pages in the issues but rather the papers contained in them, using a unique ID. (Example) As I understand the biblatex documentation, this ID should not got into the pages field but rather into eid (it's not numbering pages, after all). The field's description reads
The electronic identifier of an @article. This field may replace the pagesfield
for journals deviating from the classic pagination scheme of printed journals by only
enumerating articles or papers and not pages.
Currently, the DOI is printed if pages is not given, even if doi=false is set. While I see the point of this if the page information is just missing, I think this should not happen, if the journal just doesn't use page numbers and the eid is given instead.
Some Journals (including the AIP's Journal of Applied Physics and APS' Physical Review Letters) do not number the pages in the issues but rather the papers contained in them, using a unique ID. (Example) As I understand the
biblatex
documentation, this ID should not got into thepages
field but rather intoeid
(it's not numbering pages, after all). The field's description readsCurrently, the DOI is printed if
pages
is not given, even ifdoi=false
is set. While I see the point of this if the page information is just missing, I think this should not happen, if the journal just doesn't use page numbers and theeid
is given instead.