http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12331 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bgkriegel@gmail.com, | |oleonard@myacpl.org Resolution|--- |WONTFIX --- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Nicole, this is not a problem of Koha, it's on Zotero's Koha translator[1] This 'translator' works extracting appropriate urls from results page They are using this code to get the result list: var titles = doc.evaluate('//span[@class="results_summary"]/span[@class="label"]/a[contains(@href, "opac-detail.pl")]|//span[@class="results_summary"]/preceding-sibling::a[contains(@href, "opac-detail.pl")]', doc, null, XPathResult.ANY_TYPE, null); Perhaps someone that understand better (Owen?) can said if that sentence gives useful results, or not. I any case, problem is on Zotero side, perhaps we could help (not me) [1] https://github.com/zotero/translators/blob/master/Library%20Catalog%20%28Koh... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.