Yoji Shidara
null+****@clear*****
Tue Nov 19 13:25:19 JST 2013
Yoji Shidara 2013-11-19 13:25:19 +0900 (Tue, 19 Nov 2013) New Revision: 59148739fdd8be20e211ef5f5096f51130fb522a https://github.com/droonga/fluent-plugin-droonga/commit/59148739fdd8be20e211ef5f5096f51130fb522a Message: Expect '||' delimited string for match_columns This partially reverts 339f6342db06eb8f333be2ef4cddea2ac26d8e9a Modified files: lib/droonga/plugin/adapter/groonga/select.rb Modified: lib/droonga/plugin/adapter/groonga/select.rb (+1 -1) =================================================================== --- lib/droonga/plugin/adapter/groonga/select.rb 2013-11-19 13:22:09 +0900 (01e9261) +++ lib/droonga/plugin/adapter/groonga/select.rb 2013-11-19 13:25:19 +0900 (31f19fe) @@ -20,7 +20,7 @@ module Droonga table = select_request["table"] result_name = table + "_result" match_columns = select_request["match_columns"] - match_to = match_columns + match_to = match_columns ? match_columns.split(/ *\|\| */) : [] query = select_request["query"] output_columns = select_request["output_columns"] attributes = output_columns.split(/, */) -------------- next part -------------- HTML����������������������������...Download