Bugzilla – Attachment 186573 Details for
Bug 40839
Advanced cataloging editor z39.50 search should include Keyword in Advanced Search options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40839: Add Keyword to advanced z39.50 search in advanced catalog editor
Bug-40839-Add-Keyword-to-advanced-z3950-search-in-.patch (text/plain), 1.66 KB, created by
Andrew Fuerste-Henry
on 2025-09-18 17:37:32 UTC
(
hide
)
Description:
Bug 40839: Add Keyword to advanced z39.50 search in advanced catalog editor
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-09-18 17:37:32 UTC
Size:
1.66 KB
patch
obsolete
>From 589e9200e7958e9cbc6d9ccb87c7e11fd1c14e04 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Thu, 18 Sep 2025 17:09:44 +0000 >Subject: [PATCH] Bug 40839: Add Keyword to advanced z39.50 search in advanced > catalog editor > >To test: >1 - apply patch >2 - go to advanced cataloging editor >3 - perform a keyword z39.50 search from the quick search, note results >4 - click Advanced and see Keyword is also a search option here >5 - repeat your search, confirm results match those frmo step 3 > >Signed-off-by: Trevor Diamond <trevor.diamond@mainlib.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >index c2d4766b430..33917044127 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >@@ -167,6 +167,10 @@ > </div> > <div class="col-md-9"> > <ul id="advanced-search-fields"> >+ <li> >+ <label for="search-by-keywords">Keywords:</label> >+ <input class="search-box" data-qualifier="term" id="search-by-keywords" /> >+ </li> > <li> > <label for="advanced-search-by-isbn">ISBN:</label> > <input class="search-box" data-qualifier="isbn" id="advanced-search-by-isbn" /> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40839
:
186566
|
186573
|
186575
|
186576