mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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