[Groonga-commit] groonga/gcs [master] Fix missing prefix

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Aug 24 20:14:10 JST 2012


YUKI Hiroshi	2012-08-24 20:14:10 +0900 (Fri, 24 Aug 2012)

  New Revision: ef6b1be2d44d7fe2bef60cf168c85c1d8cf8c005
  https://github.com/groonga/gcs/commit/ef6b1be2d44d7fe2bef60cf168c85c1d8cf8c005

  Log:
    Fix missing prefix

  Modified files:
    lib/api/2011-02-01/search.js

  Modified: lib/api/2011-02-01/search.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/search.js    2012-08-24 20:13:07 +0900 (16aeb13)
+++ lib/api/2011-02-01/search.js    2012-08-24 20:14:10 +0900 (cfdbfd0)
@@ -61,7 +61,7 @@ function formatSelectResults(data, selectQuery) {
       }
     });
 
-    emptyReturnFields.forEach(function(fieldName) {
+    selectQuery.emptyReturnFields.forEach(function(fieldName) {
       data[fieldName] = [];
     });
 
-------------- next part --------------
HTML����������������������������...
Download 



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