summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-01-15 15:00:58 +0000
committerSean McGivern <sean@gitlab.com>2018-01-16 11:56:07 +0000
commit91939161aace35823f7a60b25647d5e23285c556 (patch)
treee74ab86561ca6f96fc57110712bd967317e7e53b /changelogs
parent82f4564fb7dc57a9a7bb6a052926ee219bb29b13 (diff)
downloadgitlab-ce-91939161aace35823f7a60b25647d5e23285c556.tar.gz
Only highlight search results under the highlighting size limit41666-cannot-search-with-keyword-merge
We should use this limit everywhere, but especially in project search results, where we could be highlighting very long single lines. (Typical examples: minified JavaScript, and JSON data files.)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/41666-cannot-search-with-keyword-merge-2.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/41666-cannot-search-with-keyword-merge-2.yml b/changelogs/unreleased/41666-cannot-search-with-keyword-merge-2.yml
new file mode 100644
index 00000000000..48893862071
--- /dev/null
+++ b/changelogs/unreleased/41666-cannot-search-with-keyword-merge-2.yml
@@ -0,0 +1,5 @@
+---
+title: Only highlight search results under the highlighting size limit
+merge_request: 16462
+author:
+type: performance