Skip to content

Commit

Permalink
Merge pull request #3 from xuanhuangyiqi/patch-1
Browse files Browse the repository at this point in the history
fix missing comma
  • Loading branch information
gugod committed Jan 2, 2017
2 parents c9f7219 + 6e12a91 commit 3d4625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Elastijk - A specialized Elasticsearch client.
type => "article",
command => "_search",

uri_param => { search_type => "dfs_query_then_fetch" }
uri_param => { search_type => "dfs_query_then_fetch" },
body => {
query => { match => { "body" => "cpan" } }
}
Expand Down

0 comments on commit 3d4625a

Please sign in to comment.