[s]Haven't caught up with this thread, but I had originally said I was gonna launch search over the weekend. I had a v0.1 version ready on Saturday night after working on it all day, but then I found that my database's built-in full-text search really wasn't scalable. It's common for forums of the Guild's size to use external full-text indexers like Elasticsearch (Xenforo, for example, offers this as a [url=https://xenforo.com/help/enhanced-search/]$140+ plugin[/url]), but I was hoping my database could handle it. I decided to host the Guild's full-text indexes on [url=http://aws.amazon.com/cloudsearch/]Amazon's CloudSearch[/url]. I've migrated the data there and have hooked up a mechanism for syncing it to the Guild's database, but then the weekend ended. I may have to wait until this weekend to finish building a UI around it. :sun[/s] Update 1: [s]Nevermind, found out how to make it scale just using my own database's full-text indexes. :bow[/s] Update 2: Nevermind, a bug in the latest version of my database prevents it from handling some of our largest posts. :lol While I wait for a fix, I'll resume implementing search with the CloudSearch service I mentioned above. Might not finish til this weekend.