Summary: | Authority Search All Headings doesn't work | ||
---|---|---|---|
Product: | Koha | Reporter: | Frédéric Demians <f.demians> |
Component: | MARC Authority data support | Assignee: | Frédéric Demians <f.demians> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, eb, m.de.rooy, nengard |
Version: | rel_3_2 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3072 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 3187 | ||
Attachments: |
Authority Search Bar
The form in question |
Description
Chris Cormack
2010-05-21 01:09:53 UTC
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 |