[Bug 38514] New: Filter out autocomplete list of authorities with ConsiderHeadingUse
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Bug ID: 38514 Summary: Filter out autocomplete list of authorities with ConsiderHeadingUse Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs@lists.koha-community.org Reporter: roman.dolny@jezuici.pl QA Contact: testopia@bugs.koha-community.org 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). It would be nice to use the ConsiderHeadingUse system preference to filter out the autocomplete list of authorities when using authority finder plugin. To reproduce in standard KTD: 1. Apply Bug 38494. 2. Set ConsiderHeadingUse system preference to "Do". 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 is only one result: "Application program interfaces (Computer software)". The expected behaviour is to filter out non-useable authorities from autocomplete list. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Roman Dolny <roman.dolny@jezuici.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |38494 CC| |januszop@gmail.com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38494 [Bug 38494] Koha should consider authority heading use in cataloging -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 --- Comment #1 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 174954 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174954&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). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |januszop@gmail.com |ity.org | Priority|P5 - low |P3 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Roman Dolny <roman.dolny@jezuici.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Roman Dolny <roman.dolny@jezuici.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #174954|0 |1 is obsolete| | --- Comment #2 from Roman Dolny <roman.dolny@jezuici.pl> --- 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 <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #174956|0 |1 is obsolete| | --- Comment #3 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 178475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178475&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 <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 --- Comment #4 from Janusz Kaczmarek <januszop@gmail.com> --- Rebased. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Lisette Scheer <lisette@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Lisette Scheer <lisette@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178475|0 |1 is obsolete| | --- Comment #5 from Lisette Scheer <lisette@bywatersolutions.com> --- Created attachment 183705 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183705&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 <roman.dolny@jezuici.pl> Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Lisette Scheer <lisette@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |lisette@bywatersolutions.co |y.org |m CC| |lisette@bywatersolutions.co | |m -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Lisette Scheer <lisette@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This patch updates the release notes| |authority search in | |cataloging to exclude | |results from the | |autocomplete that would be | |excluded from the search | |based on ConsiderHeadingUse | |and MARC21 field 8's | |indication of what the | |heading can be used for | |(main/added entry, subject | |entry, series entry). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This patch updates the |This patch updates the release notes|authority search in |authority search in |cataloging to exclude |cataloging to exclude |results from the |results from the |autocomplete that would be |autocomplete that would be |excluded from the search |excluded from the search |based on ConsiderHeadingUse |based on ConsiderHeadingUse |and MARC21 field 8's |and MARC21 field 008/14-16 |indication of what the |indication of what the |heading can be used for |heading can be used for |(main/added entry, subject |(main/added entry, subject |entry, series entry). |entry, series entry). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 --- Comment #6 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Pushed to stable Version(s)|25.11.00 |25.11.00,25.05.03 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 --- Comment #7 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 25.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to stable |Needs documenting --- Comment #8 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 24.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Bug 38514 depends on bug 38494, which changed state. Bug 38494 Summary: Koha should consider authority heading use in cataloging https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38494 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED CC| |caroline.cyr-la-rose@inlibr | |o.com Resolution|--- |FIXED --- Comment #9 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I don't think there's anything to change in the manual for this. I already documented bug 39484. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38514 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha@catalyst.net.nz --- Comment #10 from Aleisha Amohia <aleisha@catalyst.net.nz> --- We've had a report that Koha 25.11 is filtering out headings from auth finder plugin search results, even with ConsiderHeadingUse disabled. Has anyone else experienced that? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org