Skip to content

Instantly share code, notes, and snippets.

@tonysun83
Created September 29, 2014 17:32
Show Gist options
  • Save tonysun83/5c94503ca6f34b20ea52 to your computer and use it in GitHub Desktop.
Save tonysun83/5c94503ca6f34b20ea52 to your computer and use it in GitHub Desktop.
handle_search_req(#httpd{method=Method, path_parts=[_, _, _, _, IndexName]}=Req
,#db{name=DbName}=Db, DDoc, RetryCount, RetryPause)
when Method == 'GET'; Method == 'POST' ->
twig:log(handle_search_req,"Initiate handle_search_req"),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment