src/graph.[ch]: Implement "graph_inst_foreach".
[collection4.git] / share / collection.js
index de79a99..026d434 100644 (file)
@@ -29,7 +29,7 @@ $(document).ready(function() {
     {
       var term = $("#search-input").val ();
       $.getJSON ("collection.fcgi",
-        { "action": "list_graphs", "format": "json", "search": term},
+        { "action": "search_json", "q": term},
         function(data)
         {
           var i;