let ret = yield this.rawQry().filter(function(doc) {
      return doc('created').ge(date)
    }).run();