mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
UX: switch to quartlerly period view for search log term graphs
This commit is contained in:
@ -10,7 +10,7 @@ class Admin::SearchLogsController < Admin::AdminController
|
||||
params.require(:term)
|
||||
|
||||
term = params[:term]
|
||||
period = params[:period] || "yearly"
|
||||
period = params[:period] || "quarterly"
|
||||
search_type = params[:search_type] || "all"
|
||||
|
||||
details = SearchLog.term_details(term, period&.to_sym, search_type&.to_sym)
|
||||
|
Reference in New Issue
Block a user