You need to sign in or sign up before continuing.
Define standards for when search has a minimum character limit
Where possible, we shouldn't have a minimum character limit on the query string when searching or filtering. As examples, in some languages a whole name can be a single character (誠
), and short labels can make sense (UX).
However, there are API's in GitLab today that do not allow less than 3 characters as doing so would have large performance impacts and/or other reasons.
This issue is to define the standards for those instances.