mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Admin search logs should filter by date instead of timestamp.
The client side filters by date so it is confusion when the data changes as each second passes.
This commit is contained in:
5
spec/fabricators/search_log_fabricator.rb
Normal file
5
spec/fabricators/search_log_fabricator.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
Fabricator(:search_log) do
|
||||
term "ruby"
|
||||
search_type SearchLog.search_types[:header]
|
||||
ip_address "127.0.0.1"
|
||||
end
|
||||
Reference in New Issue
Block a user