https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514
Roman Dolny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #174954|0 |1 is obsolete| | --- Comment #2 from Roman Dolny <[email protected]> --- Created attachment 174956 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174956&action=edit Bug 38514: Filter out autocomplete list of authorities with ConsiderHeadingUse After adding ConsiderHeadingUse system preference we can limit search results of authority finder plugin to authorities useable in specyfic type of fields (based on 008/14-16 data in authorities record). The autocomplete feature in auth_finder.pl should obey the ConsiderHeadingUse setting. Test plan: ========== 0. Have a standard KTD enviromnent. 1. Apply Bug 38494. 2. Set ConsiderHeadingUse system preference to "Don't", ShowHeadingUse to 'Show'. 3. Go to the Cataloging editor and open the authority finder plugin for the 650 field. 4. Type "Application" in "Search main heading ($a only)" field. 5. Notice two autocomplete values: "Application program interfaces (Computer software)" and "Application software". 6. Click search button. 7. There are two result: "Application program interfaces (Computer software)" (the one with 'v' Subject in Heading Use column) and Application software Development (with 'x' Subject in Heading Use column). 8. Close the authority finder window, cancel the editor. Set ConsiderHeadingUse system preference to "Do". 9. Go to the Cataloging editor and open the authority finder plugin for the 650 field. 10. Type "Application" in "Search main heading ($a only)" field. 11. Notice two autocomplete values: "Application program interfaces (Computer software)" and "Application software". 12. Click search button. 13. There is only one result: "Application program interfaces (Computer software)" (the one with 'v' Subject in Heading Use column). So we get only one result but there were two autocomplete hints. 14. Apply the patch ; restart all ; clear the browser js cache (or go to a private browser window). 15. Repeat p. 9-10. 16. Notice that there is only one autocomplete hint: "Application program interfaces (Computer software)". 17. Click search button. 18. There is only one result: "Application program interfaces (Computer software)" (the one with 'v' Subject in Heading Use column). Signed-off-by: Roman Dolny <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
