<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span lang=EN-CA>Hi all,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>&nbsp; We are using Koha v. 2.2.9, and have
found that the Opac Advanced Search does not return any record when used. Quick
Search works fine.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>&nbsp;&nbsp;It appear the problem is in the
sql created &nbsp;in sub create_request in module SearchMarc.pm:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>select distinct m1.bibid <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>from
biblio,biblioitems,marc_biblio,marc_word as m1,marc_subfield_table as m2 <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>where
biblio.biblionumber=marc_biblio.biblionumber <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>and
biblio.biblionumber=biblioitems.biblionumber <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>and m1.bibid=marc_biblio.bibid and
(m1.bibid=m2.bibid) <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>and ((m1.word&nbsp; like 'quantum' and
m1.tagsubfield in (<b>'biblio.title'</b>))<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>and (m2.subfieldvalue = 'PI'&nbsp; <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>and concat(m2.tag,m2.subfieldcode) in (<b>'items.holdingbranch'</b>)))
<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>order by biblio.title ASC &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;term
is&nbsp;&nbsp; quantum&nbsp;&nbsp;&nbsp;&nbsp;
PI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../koha/modules/C4/SearchMarc.pm line
274.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>When I replace &#8216;biblio.title&#8217; for
its correspondent MARC tag 245a and &#8216;items.holdingbranch&#8217; for 952d
it all works fine.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Is there a fix available?&nbsp; <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Thanks in advanced for your help.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal>Luis Cabo<o:p></o:p></p>

<p class=MsoNormal>Senior Software Developer<o:p></o:p></p>

<p class=MsoNormal><a href="http://www.perimeterinstitute.ca/">Perimeter
Institute for Theoretical Physics</a><o:p></o:p></p>

<p class=MsoNormal>(519) 569-7600 x5120<o:p></o:p></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

</div>

</body>

</html>