Provide starting context for authority browse in MARC Editor context menu
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Dec 2010 04:47:14 +0000 (04:47 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Dec 2010 04:47:14 +0000 (04:47 +0000)
Using the browse interface instead of startwith provides a first page
of results that shows some of the authority entries that precede the
first alphabetical match for the chosen term. Context is good.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19015 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/marcedit.js

index 46b3db6..e07a240 100644 (file)
@@ -2347,7 +2347,7 @@ function browseAuthority (sf_popup, menu_id, target, sf, limit, page) {
         page = 0;
     }
 
-    var url = '/opac/extras/startwith/marcxml/'
+    var url = '/opac/extras/browse/marcxml/'
         + type
         + '/1' // OU - currently unscoped
         + '/' + sf.toString()