Restore page number from DBLP record
Submitted by Eelco Visser on 15 March 2011 at 18:57
Issue Log
This is now done incrementally on visiting the publication page or when downloading bibtex; the latter is typically the most relevant place, since then the page numbers are used in citations.
Is the cause of the disappearing page numbers also fixed? I just checked and there seem to be no page numbers in the database.
No. I have no idea what the cause was. What do you mean with ‘there seem to be no page numbers in the database’?
I see. By no page numbers I meant:
mysql> select count() from _Publication where _pages is not null and _pages != "";
+———-+
| count() |
+———-+
| 0 |
+———-+Therefore it seems that even though page numbers are being restored, the database is not filling up. I guess the numbers are deleted again. Or do you use a different field to store page numbers?
Yes. Page numbers are in firstpage and lastpage
Aha, those do have values. 114K page numbers to be exact.
Log in to post comments