7 Mar
2025
7 Mar
'25
10:34 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38494 --- Comment #19 from Janusz Kaczmarek <januszop@gmail.com> --- (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_359309&value_mainstr=&value_main= In this case: index=tag_100_subfield_a_545156_359309 so substr($index, 4, 3) gives you the biblio tag. -- You are receiving this mail because: You are watching all bug changes.