Changing operators for barcode and call number searches
authoroleonard <oleonard>
Wed, 12 Jan 2005 21:37:09 +0000 (21:37 +0000)
committeroleonard <oleonard>
Wed, 12 Jan 2005 21:37:09 +0000 (21:37 +0000)
koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl

index 244386c..373bb6c 100644 (file)
@@ -66,7 +66,7 @@
                                <td><input type="hidden" name="marclist" value="items.barcode" />
                                <input type="hidden" name="and_or" value="and" />
                                <input type="hidden" name="excluding" value="" />
-                               <input type="hidden" name="operator" value="contains" />
+                               <input type="hidden" name="operator" value="start" />
                                <input type="text" id="barcode" name="value" onchange="sql_update()" size="14" maxlength="14" accesskey="b" /></td> 
                </tr>
                <tr>
@@ -74,7 +74,7 @@
                        <td><input type="hidden" name="marclist" value="items.itemcallnumber" />
                        <input type="hidden" name="and_or" value="and" />
                        <input type="hidden" name="excluding" value="" />
-                       <input type="hidden" name="operator" value="contains" />
+                       <input type="hidden" name="operator" value="start" />
                        <input type="text" id="callno" name="value" onchange="sql_update()" size="35"  accesskey="c" /></td>
                </tr>
                <tr>