summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-03-15 17:11:20 +0100
committerJasper Maes <jaspermaes.jm@gmail.com>2018-03-19 19:09:31 +0100
commitd17d3ec7f7d25af9091125bf6eac87ab1d30f938 (patch)
treefd7c7d094051599781aa0e4665c37ac8febad9f7 /changelogs/unreleased
parent332a9bc85ac1ff10c9874d15c9f37d23e4600dbe (diff)
downloadgitlab-ce-d17d3ec7f7d25af9091125bf6eac87ab1d30f938.tar.gz
Split repository search result on \n instead of $ to prevent the items of the array to start with a newline. Remove the strip from parsing the search result to keep result endlines.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/44280-fix-code-search.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/44280-fix-code-search.yml b/changelogs/unreleased/44280-fix-code-search.yml
new file mode 100644
index 00000000000..07f3abb224c
--- /dev/null
+++ b/changelogs/unreleased/44280-fix-code-search.yml
@@ -0,0 +1,5 @@
+---
+title: Fix search results stripping last endline when parsing the results
+merge_request: 17777
+author: Jasper Maes
+type: fixed