(In)Proceeding with conferenceSeries = null
Symptom: filtering on venue facet within some context (listing publications of one author or wihtin search results) results in an incomplete list of publications.
Example: filtering on OOPSLA venue within Eelco Visser’s publications results in less publications than filtering on author ‘Eelco Visser’ within OOPSLA publications
The problem is that the property
conferenceSeries
is not set for allInProceeding
/Proceeding
instances. In case of the example, it seems that publications up to and including OOPSLA 2008 have this property set, while publications for later editions have this value set tonull
.Fix: Probably some iteration that fixes these ‘links’.
Submitted by Elmer van Chastelet on 12 July 2012 at 01:21
Issue Log
On 12 July 2012 at 15:07 Eelco Visser closed this issue.
On 13 July 2012 at 14:14 Eelco Visser tagged 63
Log in to post comments