https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21666
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Cook <[email protected]> --- Let's see... The Advanced Editor in cataloguing defines its search attributes in "./koha-tmpl/intranet-tmpl/lib/koha/cateditor/search.js". Title = 1=4 Author = 1=1004 The "New from Z39.50/SRU" defines its attributes in "C4/Breeding.pm". Title = @attr 1=4 Author = @attr 1=1003 We can see the full list of attributes at https://www.loc.gov/z3950/agency/defns/bib1.html#use We can see LOC's supported attributes at http://www.loc.gov/z3950/lcserver.html (which includes 1003 and 1004). I don't see any information about SPL's supported attributes or Z39.50 set up. However, it seems to me that 1004 is an odd choice. I think 1003 tends to be more widely supported. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
