---- Reported by nengard@gmail.com 2008-11-12 05:16:25 ---- When editing subfields for frameworks, a field is missing. The Search Also field no longer shows in the edit screen, but it does have that info listed when you view the list of subfields. The help says this about Search Also: Search also : a list of field that Koha will also search on when the user do a search on the subfield ---- Additional Comments From nengard@gmail.com 2008-11-12 05:16:42 ---- Created an attachment search also shows ---- Additional Comments From nengard@gmail.com 2008-11-12 05:17:00 ---- Created an attachment no way to edit search also --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:55 UTC --- This bug was previously known as _bug_ 2778 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2778 Imported an attachment (id=850) Imported an attachment (id=851) Actual time not defined. Setting to 0.0 CC member bchurch@ptfs.com does not have an account here The original submitter of attachment 850 [details] is unknown. Reassigning to the person who moved it here: chris@bigballofwax.co.nz. The original submitter of attachment 851 [details] is unknown. Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
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.
There is already a bug for removing this reference to the NoZebra feature - closing this WONTFIX with a 'See also' link to bug 10012.