for (var property in this.model.fields()) {
      if (this.connection.req.query[property]) {
        search[property] = this.connection.req.query[property];
      }
    }