https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38494
--- Comment #19 from Janusz Kaczmarek <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
