rescue StandardError,
           Elasticsearch::Transport::Transport::Errors::BadRequest => e
      Raven.capture_exception(e)

      render json: { "errors" => { "title" => e.message } }.to_json,