http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7417
Jared Camins-Esakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #57 from Jared Camins-Esakov <[email protected]> --- (In reply to comment #56) > Tested this in our installation of 3.10.0 and 3.10.1 Bug 7417 (this bug) is for including see-from headings directly in search results, and has nothing to do with the "Did you mean?" suggestions, which are described in 8209. In order to use the feature described on this bug, you can enable the IncludeSeeFromInSearches system preference and reindex. > Three comments: > 1) In both cases, despite having the box ticked for AuthorityFile in > Intranet - (Home › Administration › Did you mean?) It does not work in the > staff interface. Whereas in the OPAC there's a bar above the search results > with suggestions, nothing appears in the staff interface. "Did you mean" is not yet implemented for the intranet (from the administration page: "NOTE: Did you mean? functionality is not yet enabled on the staff client"). > 1)Also in both cases, it appears to be pulling results from all fields in > the authority records. For example the term Chanties - It suggests the > correct term: Shanties, but also the name of an author who has a machine > generated authority record with the title of the book: Old sea chanties. > -Would it be possible to restrict the search to 4XX fields? It would be possible to write an additional "Did you mean" plugin to do this if you so desired. > 3) An unexpected behavior - > If you click on a suggested term that does not have any biblios attached it > runs a search on the authority number. This in turn returns suggested terms > based on that authority number as a stem. So if I click on a suggestion > with authority no. 271 (but there are no biblios linked to this authority) > it comes back with suggestions for authority number 2715 and 2716 > We uploaded all our authority files first and are adding the biblios in > batches, which is why we have authority records not yet linked to biblios. The problem here is that checking prior to the search whether a particular authority record is used would make searches so slow as to be unusable. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
