mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:11:08 -06:00
f458cba4cb
The client side filters by date so it is confusion when the data changes as each second passes.
6 lines
116 B
Ruby
6 lines
116 B
Ruby
Fabricator(:search_log) do
|
|
term "ruby"
|
|
search_type SearchLog.search_types[:header]
|
|
ip_address "127.0.0.1"
|
|
end
|