feat(global-search): Add option values in debug log before calling global search service
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
6b560b9f04
commit
8141bb0acb
|
@ -32,7 +32,7 @@ defmodule Mobilizon.Service.GlobalSearch.SearchMobilizon do
|
||||||
"""
|
"""
|
||||||
@spec search_events(keyword()) :: Page.t(EventResult.t())
|
@spec search_events(keyword()) :: Page.t(EventResult.t())
|
||||||
def search_events(options \\ []) do
|
def search_events(options \\ []) do
|
||||||
Logger.debug("Search events options, #{inspect(Keyword.keys(options))}")
|
Logger.debug("Search events options, #{inspect(Keyword.delete(options, :current_user))}")
|
||||||
|
|
||||||
options =
|
options =
|
||||||
options
|
options
|
||||||
|
|
Loading…
Reference in a new issue