exports.search = function search (query, fn) {
  log('Searching for topics matching %j', query)

  Topic
    .find(query, function (err, topics) {