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:
Guo Xiang Tan
2019-03-29 11:50:25 +08:00
parent d8faf5f79e
commit f458cba4cb
3 changed files with 41 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
Fabricator(:search_log) do
term "ruby"
search_type SearchLog.search_types[:header]
ip_address "127.0.0.1"
end