Submitted by Eelco Visser on 15 March 2011 at 18:57

On 15 March 2011 at 18:58 Eelco Visser tagged 59

On 15 March 2011 at 18:58 Eelco Visser tagged feature

On 16 March 2011 at 13:49 Eelco Visser commented:

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.


On 16 March 2011 at 13:49 Eelco Visser closed this issue.

On 18 March 2011 at 12:11 Sander Vermolen commented:

Is the cause of the disappearing page numbers also fixed? I just checked and there seem to be no page numbers in the database.


On 18 March 2011 at 12:21 Eelco Visser commented:

No. I have no idea what the cause was. What do you mean with ‘there seem to be no page numbers in the database’?


On 18 March 2011 at 12:28 Sander Vermolen commented:

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?


On 18 March 2011 at 14:30 Eelco Visser commented:

Yes. Page numbers are in firstpage and lastpage


On 18 March 2011 at 14:50 Sander Vermolen commented:

Aha, those do have values. 114K page numbers to be exact.

Log in to post comments