Bugzilla – Attachment 16150 Details for
Bug 9239
Koha should share Evergreen's QueryParser module for parsing queries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9239 QA follow-up: don't fall back to kw if field is specified
PASSED-QA-Bug-9239-QA-follow-up-dont-fall-back-to-.patch (text/plain), 1.18 KB, created by
Katrin Fischer
on 2013-03-14 21:38:38 UTC
(
hide
)
Description:
[PASSED QA] Bug 9239 QA follow-up: don't fall back to kw if field is specified
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-14 21:38:38 UTC
Size:
1.18 KB
patch
obsolete
>From 52f959c8acb8665d5c0f14a8493660094d861859 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Mon, 11 Mar 2013 18:35:39 -0400 >Subject: [PATCH] [PASSED QA] Bug 9239 QA follow-up: don't fall back to kw if > field is specified > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > Koha/QueryParser/Driver/PQF/query_plan/node.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/QueryParser/Driver/PQF/query_plan/node.pm b/Koha/QueryParser/Driver/PQF/query_plan/node.pm >index 7d694cd..6e0a605 100644 >--- a/Koha/QueryParser/Driver/PQF/query_plan/node.pm >+++ b/Koha/QueryParser/Driver/PQF/query_plan/node.pm >@@ -34,7 +34,7 @@ sub target_syntax { > if ($relbump) { > $fieldobj->{'attr_string'} .= ' ' . $relbump->{'attr_string'}; > } >- push @fields, $fieldobj unless ($field eq $self->classname && scalar @fields); >+ push @fields, $fieldobj unless (!defined($fieldobj) || ($field eq $self->classname && scalar @fields)); > } > } else { > $fieldobj = $self->plan->QueryParser->bib1_mapping_by_name('field', $self->classname, $self->classname, $server); >-- >1.7.9.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 9239
:
14020
|
14021
|
14022
|
14023
|
14172
|
14173
|
14174
|
14175
|
14180
|
14181
|
14182
|
14183
|
14847
|
14949
|
14950
|
14951
|
14952
|
14953
|
15121
|
15437
|
15865
|
15867
|
15929
|
15999
|
16004
|
16051
|
16125
|
16130
|
16131
|
16132
|
16133
|
16136
|
16140
|
16141
|
16142
|
16143
|
16144
|
16145
|
16146
|
16147
|
16148
|
16149
|
16150
|
16151
|
16152
|
16153
|
16154
|
16155
|
16180
|
16181
|
16182
|
16183
|
16184
|
16185
|
16186
|
16187
|
16188
|
16189
|
16190
|
16191
|
16192
|
16193
|
16194
|
16195