Page MenuHomePhabricator

Limit the search box to 255 characters
Closed, ResolvedPublicBUG REPORT

Description

Steps to Reproduce:

  1. Go to the search screen
  2. Type in 256 or more characters

Actual Results:

  1. It shows "no results found", which os probably correct
  2. It sends a client-side error to logstash

Expected Results:

  1. The search field only allows a maximum of 255 characters so no error is returned from the search API and no error is send to logstash