diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-22 01:49:37 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-22 01:49:37 +0000 |
commit | 785b9b02ded3d2e973afc3c7d12e1a126a23240c (patch) | |
tree | 3317aa1c262a1bb434a220df54ea9634f10f2d69 /doc/user/search/index.md | |
parent | a744fd79b5752a070253abac5886c20b7e26ed69 (diff) | |
download | gitlab-ce-785b9b02ded3d2e973afc3c7d12e1a126a23240c.tar.gz |
Fix unordered list spacing
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation,
in /user and others.
Diffstat (limited to 'doc/user/search/index.md')
-rw-r--r-- | doc/user/search/index.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/search/index.md b/doc/user/search/index.md index c34b9ae3d7e..8d7b4a429aa 100644 --- a/doc/user/search/index.md +++ b/doc/user/search/index.md @@ -55,12 +55,12 @@ Selecting **Any** does the opposite. It returns results that have a non-empty va You can filter issues and merge requests by specific terms included in titles or descriptions. - Syntax - - Searches look for all the words in a query, in any order. E.g.: searching - issues for `display bug` will return all issues matching both those words, in any order. - - To find the exact term, use double quotes: `"display bug"` + - Searches look for all the words in a query, in any order. E.g.: searching + issues for `display bug` will return all issues matching both those words, in any order. + - To find the exact term, use double quotes: `"display bug"` - Limitation - - For performance reasons, terms shorter than 3 chars are ignored. E.g.: searching - issues for `included in titles` is same as `included titles` + - For performance reasons, terms shorter than 3 chars are ignored. E.g.: searching + issues for `included in titles` is same as `included titles` ![filter issues by specific terms](img/issue_search_by_term.png) |