Summary: | Add possibility to send request on other url defined by a new syspref SearchAlsoIn | ||
---|---|---|---|
Product: | Koha | Reporter: | Thibaud Guillot (thibaud_g) <thibaud.guillot> |
Component: | Searching | Assignee: | Thibaud Guillot (thibaud_g) <thibaud.guillot> |
Status: | Patch doesn't apply --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | philip.orr, sbcornell |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 37570: Add SearchAlsoIn syspref |
Description
Thibaud Guillot (thibaud_g)
2024-08-05 13:58:26 UTC
Created attachment 170065 [details] [review] Bug 37570: Add SearchAlsoIn syspref SearchAlsoIn adds the possibility of defining urls to launch the query on the other sites. Dropdown menu appears on both sides (Staff and OPAC results pages) Test plan: 1) Apply this patch 2) Run updatedatabase 3) Perform a search on both sides (Staff and OPAC) 4) Click on "Search Also In" to see urls option to launch another query with your search Sponsored by: Institut français d’archéologie orientale (IFAO) Doesn't seem to apply on ktd: Applying: Bug 37570: Add SearchAlsoIn syspref Using index info to reconstruct a base tree... M catalogue/search.pl M installer/data/mysql/mandatory/sysprefs.sql M koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref M koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt M koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt M opac/opac-search.pl Falling back to patching base and 3-way merge... Auto-merging opac/opac-search.pl Auto-merging koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref Auto-merging installer/data/mysql/mandatory/sysprefs.sql CONFLICT (content): Merge conflict in installer/data/mysql/mandatory/sysprefs.sql Auto-merging catalogue/search.pl error: Failed to merge in the changes. Patch failed at 0001 Bug 37570: Add SearchAlsoIn syspref I like this idea. I came here to propose the same thing - a staff-side version of "OPACSearchForTitleIn." I hope to see this move forward! |