aboutsummaryrefslogtreecommitdiff
path: root/lib/zendex/search.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zendex/search.ex')
-rw-r--r--lib/zendex/search.ex3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/zendex/search.ex b/lib/zendex/search.ex
index 95c0a69..ec9ea28 100644
--- a/lib/zendex/search.ex
+++ b/lib/zendex/search.ex
@@ -8,6 +8,9 @@ defmodule Zendex.Search do
@url "/api/v2/search.json?query="
@http_client Application.get_env(:zendex, :http_client)
+ @doc """
+ Search Zendesk.
+ """
@spec query(Zendex.Connection.t, map, String.t, String.t) :: map
def query(connection, query, sort_by \\ "", sort_order \\ "desc") do