Two features landed today. First, post bookmarking —
logged-in users can now save any post to a personal reading list. A
bookmark toggle appears on feed items and full post views, and each
user's saved posts are available at their profile under
/u/:user/bookmarks (visible only to you).
Second, global search. A search bar now sits centred
in the site header on every page. Typing a query and pressing Enter
takes you to /search?q=..., where results are split into
two sections: a "Communities" block listing any forums whose
name or description matches, followed by an infinite-scroll feed of
matching posts powered by a new MySQL FULLTEXT index on post titles
and bodies. Private forums are filtered out unless you're subscribed,
and the feed pages the same way the rest of the site does — scroll to
the bottom and more results load automatically.