mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:41:17 +08:00
work-in-progress full page search
This commit is contained in:
@ -56,7 +56,7 @@ module Discourse
|
||||
class CSRF < StandardError; end
|
||||
|
||||
def self.filters
|
||||
@filters ||= [:latest, :unread, :new, :read, :posted, :bookmarks]
|
||||
@filters ||= [:latest, :unread, :new, :read, :posted, :bookmarks, :search]
|
||||
end
|
||||
|
||||
def self.feed_filters
|
||||
|
Reference in New Issue
Block a user