Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-01-15 18:00:58 +0300
committerSean McGivern <sean@gitlab.com>2018-01-16 14:56:07 +0300
commit91939161aace35823f7a60b25647d5e23285c556 (patch)
treee74ab86561ca6f96fc57110712bd967317e7e53b /changelogs
parent82f4564fb7dc57a9a7bb6a052926ee219bb29b13 (diff)
Only highlight search results under the highlighting size limit
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