[Groonga-commit] groonga/gcs-console [master] Show 5 entries at once

Back to archive index

Yoji SHIDARA null+****@clear*****
Thu Oct 18 11:57:58 JST 2012


Yoji SHIDARA	2012-10-18 11:57:58 +0900 (Thu, 18 Oct 2012)

  New Revision: f6097c1a59c25f935287edb3ec84deb6f10a4ca7
  https://github.com/groonga/gcs-console/commit/f6097c1a59c25f935287edb3ec84deb6f10a4ca7

  Log:
    Show 5 entries at once

  Modified files:
    routes/index.js

  Modified: routes/index.js (+1 -1)
===================================================================
--- routes/index.js    2012-10-17 13:44:20 +0900 (de442e2)
+++ routes/index.js    2012-10-18 11:57:58 +0900 (b267413)
@@ -54,7 +54,7 @@ exports.domain = function(req, res) {
 exports.domainSearch = function(req, res) {
   withDomain(req, res, function(req, res) {
     var query = req.query.query;
-    var size = 10;
+    var size = 5;
     var start = 0; // TODO support paginate
 
     if (query === undefined) {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index