We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49103a7 commit 2adaaa5Copy full SHA for 2adaaa5
web/controllers/skill_controller.ex
@@ -23,7 +23,7 @@ defmodule CodeCorps.SkillController do
23
|> limit_filter(params)
24
end
25
26
- def search(_conn, %{"query" => query} = params) do
+ def search(_conn, %{"query" => query}) do
27
CodeCorps.ElasticSearchHelper.search(@elasticsearch_url, @elasticsearch_index, @elasticsearch_type, query)
28
29
0 commit comments