[Groonga-commit] groonga/gcs [master] Return defaultFieldNames correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Aug 24 20:02:30 JST 2012


YUKI Hiroshi	2012-08-24 20:02:30 +0900 (Fri, 24 Aug 2012)

  New Revision: 3944bbb0558ff628e8e246ee477a1c1362f3010e
  https://github.com/groonga/gcs/commit/3944bbb0558ff628e8e246ee477a1c1362f3010e

  Log:
    Return defaultFieldNames correctly

  Modified files:
    lib/select-query.js

  Modified: lib/select-query.js (+1 -1)
===================================================================
--- lib/select-query.js    2012-08-24 19:59:00 +0900 (74abbef)
+++ lib/select-query.js    2012-08-24 20:02:30 +0900 (13c6244)
@@ -85,7 +85,7 @@ SelectQuery.prototype = {
         return field.type == 'text';
       });
 
-    var defaultFieldNames = defaultFields.map(function(field) {
+    return defaultFields.map(function(field) {
       return field.name;
     });
   },
-------------- next part --------------
HTML����������������������������...
Download 



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