| Summary: | Search Also missing from subfied framework edit | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
| Component: | Cataloging | Assignee: | Galen Charlton <gmcharlt> |
| Status: | CLOSED WONTFIX | QA Contact: | Bugs List <koha-bugs> |
| Severity: | major | ||
| Priority: | P3 | CC: | dudzikmichal |
| Version: | Main | ||
| Hardware: | PC | ||
| OS: | All | ||
| See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10012 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | 10012 | ||
| Bug Blocks: | |||
| Attachments: |
search also shows
no way to edit search also |
||
|
Description
Chris Cormack
2010-05-21 00:55:46 UTC
I did some research on this in current master: - There is a field seealso varchar(1100) in the marc_subfield_structure table - Switching NoZebra on does not change anything - there is still no option to edit the field. - On my fresh standard templates it showed for 245$a - after editing the subfield the "See also" from the summary page was gone. I checked in the database - before saving the see also field contained data, after saving all subfields were NULL. I think we have a bigger bug here. Either the remains of this feature need to be removed or it should be repaired - deleting data out of the database should not happen. I think the see also field is probably a NoZebra feature that should be removed in the general clean up. |