Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9994f599
Commit
9994f599
authored
Sep 03, 2017
by
Hiroyuki Sato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `Searching for specific terms` section
[ci skip]
parent
37207511
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
doc/user/search/index.md
doc/user/search/index.md
+12
-0
No files found.
doc/user/search/index.md
View file @
9994f599
...
...
@@ -40,6 +40,18 @@ The same process is valid for merge requests. Navigate to your project's **Merge
and click
**Search or filter results...**
. Merge requests can be filtered by author, assignee,
milestone, and label.
### Searching for specific terms
You can filter issues 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"`
*
Limitation
*
For a performance reason, the terms shorter than 3 chars are ignored - e.g.: searching
issues for
`included in titles`
is same with
`included titles`
### Issues and merge requests per group
Similar to
**Issues and merge requests per project**
, you can also search for issues
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment