Bug 11299: Add a button to the biblio edition page to automatically add authority...
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / js / auth-finder-search.js
index f629f5d..2f47c29 100644 (file)
@@ -21,7 +21,7 @@ $(document).ready(function(){
                     op: "do_search",
                     type: "intranet",
                     and_or: "and",
-                    operator: "contains",
+                    operator: "start",
                     orderby: "HeadingAsc",
                     querytype: "all"
                 },
@@ -49,7 +49,7 @@ $(document).ready(function(){
                     op: "do_search",
                     type: "intranet",
                     and_or: "and",
-                    operator: "contains",
+                    operator: "start",
                     orderby: "HeadingAsc",
                     querytype: "mainentry"
                 },
@@ -77,7 +77,7 @@ $(document).ready(function(){
                     op: "do_search",
                     type: "intranet",
                     and_or: "and",
-                    operator: "contains",
+                    operator: "start",
                     orderby: "HeadingAsc",
                     querytype: "mainmainentry"
                 },