collectBodyParameters() {
    const { q } = this.req.query;
    this.data = { q };
  }