---- Reported by frederic@tamil.fr 2009-07-02 16:52:22 ---- Created an attachment Authority Search Bar When an authority search is done on all headings, Zebra index 1=Any is not choose, but Heading-Main. So it's not possible to find authorities on authorities related fields. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:09 UTC --- This bug was previously known as _bug_ 3386 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3386 Imported an attachment (id=1270) Actual time not defined. Setting to 0.0 The original submitter of attachment 1270 [details] is unknown. Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
Patch is here: http://lists.koha-community.org/pipermail/koha-patches/2009-July/009560.html
Making this change to HEAD doesn't fix the problem for me *unless* I move the "Anywhere" group of form fields to the *beginning* of the form. Then it works. The form uses multiple instances of form fields with the same name. I wonder if there is something wrong with the parsing of these multiple fields?
Created attachment 2505 [details] The form in question I'm not sure why the other screenshot was attached here, it didn't depict the form discussed here. The form at issue is the one which pops up when you click the "..." link an authority record to a bibliographic record.
I also notice that if I do a search with more than one field of the form filled in the script fails: ZOOM error 20003 "can't set prefix query" (addinfo: "@or @attr 7=1 @attr 1=Heading 0 @and @attr 1=authtype @attr 5=100 PERSO_NAME @attr 1=Heading @attr 5=1 @attr 4=6 "leonard" @attr 1=Heading @attr 5=1 @attr 4=6 "leonard" @attr 1=Any @attr 5=1 @attr 4=6 "leonard"") from diag-set 'ZOOM', referer: http://localhost:8888/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&type=intranet&index=tag_100_subfield_a_753522_581029&authtypecode=PERSO_NAME&marclist=mainmainentry&and_or=and&operator=contains&marclist=mainentry&and_or=and&operator=contains&marclist=Any&and_or=and&operator=contains&value_any=leonard&orderby=HeadingAsc
We've got the candidate release of 3.2 installed I had the error message come up when searching for a name authority from the MARC 100 field in a catalogue record. The message occurs when there is a subfield d in the search box. If the subfield d is deleted from the search box, everything works fine, even if there is a subfield d in the corresponding authority record.
This problem is still existing in current HEAD with MARC21. A search in all headings will not bring up results. The other tabs work.
This doesnt appear to have ever been pushed, does someone want to rebase and resubmit for QA
> This doesnt appear to have ever been pushed, does someone want to rebase and > resubmit for QA For me it works now in 3.2.x, in MARC21, without this patch...
Marking fixed since this seems to be resolved