gitlab-org--gitlab-foss/changelogs/unreleased/remove-blob-search-limit.yml
Jan Provaznik 58bfd73331 Optimized file search to work without limits
* removed 100 limit on file search results because we
  load all results anyway
* expensive processing (parsing match content, utf encoding)
  is done only for selected page in paginated output
2018-12-06 09:25:09 +01:00

5 lines
103 B
YAML

---
title: Remove limit of 100 when searching repository code.
merge_request: 8671
author:
type: fixed