Hi,

When I try to create a "Reference List" (for cited references in the document) followed by a "Bibliography" (for the rest of literature, not cited) I get wrong references linked back in the document when citing a reference multiple times, although the citation in the text is always fine.

See MWE:
---
\setupinteraction[state=start]

\usebtxdataset[sample.bib]
\usebtxdefinitions[apa]

\starttext
\input tufte \cite[hh2010a]
\input zapf \cite[hh2010a]

\title{Reference List}
\placelistofpublications[criterium=all]

\title{Bibliography}
\placelistofpublications[method=dataset]
\stoptext
---

Publications taken from (https://wiki.contextgarden.net/Sample_bib) as sample.bib.

The outcome is correctly cited (Hagen, 2010a) including the interaction to the reference list, but the second citation is also linked to the first item in the bibliography Eijkhout, V. (1991) rather than the reference list entry again. If I cite the item again, then the second item in the bibliography is referenced and so on.

"aps" doesn't seem to create an interactive back reference, so the issue is only with "apa".

Is this because I mix both references and bibliography with placelistofpublications? Any other way to achieve this keeping interaction links in place?

Thanks,
Adam