[Groonga-commit] groonga/gcs [master] Return field name correctly

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 17:11:28 JST


SHIMODA Hiroshi	2012-06-21 17:11:28 +0900 (Thu, 21 Jun 2012)

  New Revision: 26d2b20b3b204d8bd219b93927d69e260423d915
  https://github.com/groonga/gcs/commit/26d2b20b3b204d8bd219b93927d69e260423d915

  Log:
    Return field name correctly

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

  Modified: lib/api/2011-02-01/configuration.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-06-21 17:09:38 +0900 (40cce77)
+++ lib/api/2011-02-01/configuration.js    2012-06-21 17:11:28 +0900 (18d06b2)
@@ -172,7 +172,7 @@ handlers.DefineIndexField = function(database, request, response) {
     .next(function() {
       response.contentType('application/xml');
       response.send(createDefineIndexFieldResponse({
-        fieldName: field,
+        fieldName: fieldName,
         fieldType: 'text',
         facetEnabled: false,
         resultEnabled: true,
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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