[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Aug 22 17:18:50 JST 2012


YUKI Hiroshi	2012-08-22 17:18:50 +0900 (Wed, 22 Aug 2012)

  New Revision: 4432031c3379d1fb43dd59ead851026a7d7523f4
  https://github.com/groonga/gcs/commit/4432031c3379d1fb43dd59ead851026a7d7523f4

  Log:
    Fix syntax error

  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-22 17:18:16 +0900 (e3bf77e)
+++ lib/api/2011-02-01/search.js    2012-08-22 17:18:50 +0900 (b175380)
@@ -198,7 +198,7 @@ exports.createHandler = function(context) {
                          })
                          .filter(function(field) {
                            return facetReturnableFields.indexOf(field) > -1;
-                         });
+                         })
                          .join(',');
       options.drilldown = facetParameter;
       options.drilldown_sortby = '-_nsubrecs';
-------------- next part --------------
HTML����������������������������...
Télécharger 



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