[Groonga-commit] groonga/groonga [master] admin: show dataset without input

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 6日 (金) 15:49:49 JST


Kouhei Sutou	2012-04-06 15:49:49 +0900 (Fri, 06 Apr 2012)

  New Revision: 31e8b83cbcfe06c1ef66ca4e76a91943eb0293c2

  Log:
    admin: show dataset without input

  Modified files:
    data/html/admin/js/groonga-admin.js

  Modified: data/html/admin/js/groonga-admin.js (+1 -0)
===================================================================
--- data/html/admin/js/groonga-admin.js    2012-04-06 15:23:41 +0900 (924a550)
+++ data/html/admin/js/groonga-admin.js    2012-04-06 15:49:49 +0900 (04e4d5f)
@@ -275,6 +275,7 @@ jQuery.extend(GroongaAdmin.prototype, {
 
     this._$suggestDataset = $("#suggest-dataset");
     this._$suggestDataset.autocomplete({
+      minLength: 0,
       source: function (request, response) {
 	var datasets = [];
 	$.each(that._tables, function(i, table_name) {




Groonga-commit メーリングリストの案内
Back to archive index