[quote=@TheMaster99] I'm currently working on user search, not topic search, but most of the code will be reusable for that purpose. Topic search is next on my list. [/quote] I may tackle it since it involves [url=http://www.postgresql.org/docs/9.4/static/textsearch.html]fulltext search[/url] and I need to figure out what that's gonna look like for the guild in general. Particularly the performance implications and potential rate-limiting. Though if you do decide to take a stab at it, just check out that link. That's what we'll be using. Also, I may postpone the visitor messages system to implement the idea that [@Captain Jordan] had about notifying everyone involved in a visitor message "thread" + the option to mute notifications for a thread. Check out the database schema changes involved in just the implementation I posted: [url]https://github.com/danneu/guild/issues/27[/url] :lol And that's just the first iteration with a little bit of UX polish. This weekend I'd like to clean up some loose ends like implement topic title editing, review+merge your user-search pull request, and then take on one big feature like @Mention notifications.