Bugzilla – Attachment 133444 Details for
Bug 24633
Add support for gitlab searching of plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28633: (QA follow-up) Add preferred_name to ysearch
Bug-28633-QA-follow-up-Add-preferredname-to-ysearc.patch (text/plain), 1.05 KB, created by
Martin Renvoize (ashimema)
on 2022-04-20 10:16:41 UTC
(
hide
)
Description:
Bug 28633: (QA follow-up) Add preferred_name to ysearch
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-04-20 10:16:41 UTC
Size:
1.05 KB
patch
obsolete
>From 0a90eb04c123b93823d25a8680b94a0b1f84afcf Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 20 Apr 2022 11:13:53 +0100 >Subject: [PATCH] Bug 28633: (QA follow-up) Add preferred_name to ysearch > >This adds preferred_name to the search fields in the autocomplete search >system. > >https://bugs.koha-community.org/show_bug.cgi?id=24633 >--- > circ/ysearch.pl | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > >diff --git a/circ/ysearch.pl b/circ/ysearch.pl >index c19031ad4f..bb440d7e58 100755 >--- a/circ/ysearch.pl >+++ b/circ/ysearch.pl >@@ -59,10 +59,11 @@ foreach my $p (@parts) { > push( > @params, > -or => [ >- surname => { -like => "%$p%" }, >- firstname => { -like => "%$p%" }, >- cardnumber => { -like => "$p%" }, >- ] >+ surname => { -like => "%$p%" }, >+ firstname => { -like => "%$p%" }, >+ preferred_name => { -like => "%$p%" }, >+ cardnumber => { -like => "$p%" }, >+ ] > ); > } > >-- >2.20.1
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 24633
:
112066
|
112067
|
112068
|
112069
|
112074
|
112075
|
112097
|
112098
|
113224
|
113225
|
133439
|
133440
|
133441
|
133442
|
133443
|
133444