Summary: | Item search: Not possible to add other search fields from 952? | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Searching | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, jonathan.druart, julian.maurice, kyle, marjorie.barry-vila, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
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: | 11425 | ||
Bug Blocks: | |||
Attachments: |
Bug 13562: Fix item search on item MARC subfields
[SIGNED OFF] Bug 13562: Fix item search on item MARC subfields [PASSED QA] Bug 13562: Fix item search on item MARC subfields |
Description
Katrin Fischer
2015-01-12 17:15:31 UTC
Since the items are not stored anymore in the marcxml (in the DB), it should not possible to do that. I asked Julian to confirm that. Hm, but does it have sense to have an item search that is limited to only a few specific fields? The OPAC note is a good example I think that people might want to search for. I am also missing the current library. The code actually doesn't allow to search in 952 (or 995 for UNThèse, Mémoire, Rapport IMARC), but it should, so this is a bug. I'll try to work on that this week. Thank you Julian! It seems I made a copy/paste error (will you find it ? :p) I meant "(or 995 for UNIMARC)" of course Created attachment 35288 [details] [review] Bug 13562: Fix item search on item MARC subfields Test plan: 1. Add 4 item search fields (in Administration › Items search fields): a. 1 biblio field linked to a DB field b. 1 biblio field not linked to a DB field c. 1 item field linked to a DB field d. 1 item field not linked to a DB field 2. Make sure you have some data in those fields to search on. 3. Go to item search page and do a search using these new fields, make sure the result is correct. Created attachment 35693 [details] [review] [SIGNED OFF] Bug 13562: Fix item search on item MARC subfields Test plan: 1. Add 4 item search fields (in Administration › Items search fields): a. 1 biblio field linked to a DB field b. 1 biblio field not linked to a DB field c. 1 item field linked to a DB field d. 1 item field not linked to a DB field 2. Make sure you have some data in those fields to search on. 3. Go to item search page and do a search using these new fields, make sure the result is correct. Signed-off-by: Nick <nick@quecheelibrary.org> Created attachment 35694 [details] [review] [PASSED QA] Bug 13562: Fix item search on item MARC subfields Patch pushed to master. Thanks Julian! Pushed to 3.18.x will be in 3.18.4 |