http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7417 --- Comment #5 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- (In reply to comment #3)
I am very very excited about this feature, as it's something a lot of libraries have asked about. It already works, but we have to fix some rough edges:
1) Blocker: The detail page is all ok, but in the result list all the "see from" variations of the name show up in the results.
Fixed.
2) Blocker: There is a problem with the concatenation of strings for indexing:
Authority record: used for/see from: Abraham, Barfüßer
Result list (see 1) ): AbrahamBarfüßer;
Search: Barfüßer does not give any results, but AbrahamBarfüßer does - so I think that display reflects the indexing here.
I was not able to replicate the problem, but I have an idea what it might have been, and fixed the issue I identified, so let me know if the updated patch works.
3) Tiny: You have to reindex _after_ activating the feature. I think it would be good to note that in the text of the system preference so people know that it won't work immediately and what to do about it.
Noted. -- You are receiving this mail because: You are watching all bug changes.