14 Mar
2025
14 Mar
'25
10:07 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38494 --- Comment #20 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Janusz Kaczmarek from comment #19)
(In reply to Marcel de Rooy from comment #17)
How does index look? Couldnt find it so quickly.
You can see 'index' parameter in the url of auth-finder.pl, e.g.:
localhost:8081/cgi-bin/koha/authorities/auth_finder. pl?source=biblio&authtypecode=PERSO_NAME&index=tag_100_subfield_a_545156_3593 09&value_mainstr=&value_main=
In this case: index=tag_100_subfield_a_545156_359309
so substr($index, 4, 3) gives you the biblio tag.
Thx. I should have known that :) -- You are receiving this mail because: You are watching all bug changes.