Skip to content

Commit

Permalink
groonga: Receive "filter" parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent 00e9def commit e9dd557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/droonga/plugins/groonga/delete.rb
Expand Up @@ -31,7 +31,8 @@ def process_request(request)

delete_record(@command["table"],
:key => @command["key"],
:id => @command["id"])
:id => @command["id"],
:filter => @command["filter"])
end

private
Expand Down

0 comments on commit e9dd557

Please sign in to comment.