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 2e853e2..2f47c29 100644 (file)
@@ -21,9 +21,9 @@ $(document).ready(function(){
                     op: "do_search",
                     type: "intranet",
                     and_or: "and",
-                    operator: "contains",
+                    operator: "start",
                     orderby: "HeadingAsc",
-                    querytype: "marclist"
+                    querytype: "all"
                 },
                 success: function(data) {
                     response( $.map( data, function( item ) {
@@ -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"
                 },