debian-mirror-gitlab/doc/user/search/index.md

305 lines
14 KiB
Markdown
Raw Normal View History

2020-10-24 23:57:45 +05:30
---
stage: Create
group: Editor
2021-02-22 17:27:13 +05:30
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments"
2020-10-24 23:57:45 +05:30
type: index, reference, howto
---
2022-01-26 12:08:38 +05:30
# Searching in GitLab **(FREE)**
2017-08-17 22:00:37 +05:30
2022-01-26 12:08:38 +05:30
## Search issues and merge requests
2017-08-17 22:00:37 +05:30
2022-01-26 12:08:38 +05:30
To search through issues and merge requests in multiple projects, on the top bar, select the **Issues** or **Merge Requests** links.
2017-08-17 22:00:37 +05:30
2022-01-26 12:08:38 +05:30
The numbers indicate how many issues, merge requests, and to-do items are assigned to you:
2017-08-17 22:00:37 +05:30
2022-01-26 12:08:38 +05:30
![issues and MRs dashboard links](img/dashboard_links_v14_6.png)
2021-04-29 21:17:54 +05:30
2021-09-30 23:02:18 +05:30
- **{issues}** **Issues**: The open issues assigned to you.
- **{merge-request-open}** **Merge requests**: The [merge requests](../project/merge_requests/index.md) assigned to you.
- **{todo-done}** **To-do items**: The [to-do items](../todos.md) assigned to you.
2017-08-17 22:00:37 +05:30
2019-02-15 15:39:39 +05:30
You can search through **Open**, **Closed**, or **All** issues.
2017-08-17 22:00:37 +05:30
2021-11-11 11:23:49 +05:30
You can also filter the results using the search and filter field, as described in
[Filter issue and merge request lists](#filter-issue-and-merge-request-lists).
2017-08-17 22:00:37 +05:30
### Issues and MRs assigned to you or created by you
2021-03-08 18:12:59 +05:30
GitLab shows shortcuts to issues and merge requests created by you or assigned to you
2021-03-11 19:13:27 +05:30
in the search field in the upper right corner:
2017-08-17 22:00:37 +05:30
2022-01-26 12:08:38 +05:30
![shortcut to your issues and merge requests](img/issues_mrs_shortcut_v14_6.png)
2017-08-17 22:00:37 +05:30
2021-11-11 11:23:49 +05:30
### Filter issue and merge request lists
2020-03-13 15:44:24 +05:30
2021-11-11 11:23:49 +05:30
> - Filter by Epics was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/195704) in GitLab Ultimate 12.9.
> - Filter by child Epics was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/9029) in GitLab Ultimate 13.0.
> - Filter by Iterations was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/118742) in GitLab 13.6. Moved to GitLab Premium in 13.9.
2021-03-08 18:12:59 +05:30
Follow these steps to filter the **Issues** and **Merge Requests** list pages in projects and
2020-03-13 15:44:24 +05:30
groups:
1. Click in the field **Search or filter results...**.
1. In the dropdown menu that appears, select the attribute you wish to filter by:
- Author
- Assignee
- [Milestone](../project/milestones/index.md)
2021-03-08 18:12:59 +05:30
- [Iteration](../group/iterations/index.md)
2020-03-13 15:44:24 +05:30
- Release
- [Label](../project/labels.md)
- My-reaction
- Confidential
2021-03-08 18:12:59 +05:30
- [Epic and child Epic](../group/epics/index.md) (available only for the group the Epic was created, not for [higher group levels](https://gitlab.com/gitlab-org/gitlab/-/issues/233729)).
2020-03-13 15:44:24 +05:30
- Search for this text
1. Select or type the operator to use for filtering the attribute. The following operators are
available:
- `=`: Is
2020-06-23 00:09:42 +05:30
- `!=`: Is not ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/18059) in GitLab 12.7)
1. Enter the text to [filter the attribute by](#filters-autocomplete).
2022-01-26 12:08:38 +05:30
You can filter some attributes by **None** or **Any**.
2020-03-13 15:44:24 +05:30
1. Repeat this process to filter by multiple attributes. Multiple attributes are joined by a logical
2022-01-26 12:08:38 +05:30
`AND`.
2020-03-13 15:44:24 +05:30
2021-11-11 11:23:49 +05:30
GitLab displays the results on-screen, but you can also
[retrieve them as an RSS feed](#retrieve-search-results-as-feed).
2017-08-17 22:00:37 +05:30
2018-03-17 18:26:18 +05:30
### Searching for specific terms
You can filter issues and merge requests by specific terms included in titles or descriptions.
2019-03-02 22:35:43 +05:30
- Syntax
2021-03-08 18:12:59 +05:30
- Searches look for all the words in a query, in any order. For example: searching
issues for `display bug` returns all issues matching both those words, in any order.
2019-10-12 21:52:04 +05:30
- To find the exact term, use double quotes: `"display bug"`
2019-03-02 22:35:43 +05:30
- Limitation
2021-03-08 18:12:59 +05:30
- For performance reasons, terms shorter than 3 chars are ignored. For example: searching
2019-10-12 21:52:04 +05:30
issues for `included in titles` is same as `included titles`
2020-03-13 15:44:24 +05:30
- Search is limited to 4096 characters and 64 terms per query.
2018-03-17 18:26:18 +05:30
2021-11-11 11:23:49 +05:30
### Retrieve search results as feed
> Feeds for merge requests were [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66336) in GitLab 14.3.
GitLab provides RSS feeds of search results for your project. To subscribe to the
RSS feed of search results:
1. Go to your project's page.
1. On the left sidebar, select **Issues** or **Merge requests**.
1. Build your search query as described in [Filter issue and merge request lists](#filter-issue-and-merge-request-lists).
1. Select the feed symbol **{rss}** to display the results as an RSS feed in Atom format.
The URL of the result contains both a feed token, and your search query.
You can add this URL to your feed reader.
2020-04-22 19:07:51 +05:30
### Filtering by ID
2020-06-23 00:09:42 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/39908) in GitLab 12.1.
2020-04-22 19:07:51 +05:30
You can filter the **Issues** list to individual instances by their ID. For example, enter filter `#10` to return only issue 10. The same applies to the **Merge Requests** list. Enter filter `#30` to return only merge request 30.
2021-12-11 22:18:48 +05:30
![filter issues by specific ID](img/issue_search_by_id.png)
2020-04-22 19:07:51 +05:30
2021-03-11 19:13:27 +05:30
### Filtering merge requests by approvers **(PREMIUM)**
2017-09-10 17:25:29 +05:30
2021-03-11 19:13:27 +05:30
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/9468) in GitLab 11.9.
2021-09-30 23:02:18 +05:30
> - Moved to GitLab Premium in 13.9.
2017-09-10 17:25:29 +05:30
2020-03-13 15:44:24 +05:30
To filter merge requests by an individual approver, you can type (or select from
2020-05-24 23:13:21 +05:30
the dropdown) **Approver** and select the user.
2017-09-10 17:25:29 +05:30
2022-01-26 12:08:38 +05:30
![Filter MRs by an approver](img/filter_approver_merge_requests_v14_6.png)
2017-09-10 17:25:29 +05:30
2021-03-11 19:13:27 +05:30
### Filtering merge requests by "approved by" **(PREMIUM)**
2020-05-24 23:13:21 +05:30
2021-03-11 19:13:27 +05:30
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30335) in GitLab 13.0.
2021-09-30 23:02:18 +05:30
> - Moved to GitLab Premium in 13.9.
2020-05-24 23:13:21 +05:30
To filter merge requests already approved by a specific individual, you can type (or select from
the dropdown) **Approved-By** and select the user.
2022-01-26 12:08:38 +05:30
![Filter MRs by approved by](img/filter_approved_by_merge_requests_v14_6.png)
2020-05-24 23:13:21 +05:30
2021-03-11 19:13:27 +05:30
### Filtering merge requests by reviewer **(FREE)**
2021-03-08 18:12:59 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/47605) in GitLab 13.7.
To filter review requested merge requests for a specific individual, you can type (or select from
the dropdown) **Reviewer** and select the user.
2021-03-11 19:13:27 +05:30
### Filtering merge requests by environment or deployment date **(FREE)**
2021-01-29 00:20:46 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44041) in GitLab 13.6.
To filter merge requests by deployment data, such as the environment or a date,
you can type (or select from the dropdown) the following:
- Environment
- Deployed-before
- Deployed-after
When filtering by an environment, a dropdown presents all environments that
you can choose from:
2022-01-26 12:08:38 +05:30
![Filter MRs by their environment](img/filtering_merge_requests_by_environment_v14_6.png)
2021-01-29 00:20:46 +05:30
2022-01-26 12:08:38 +05:30
When filtering by `Deployed-before` or `Deployed-after`, the date refers to when
the deployment to an environment (triggered by the merge commit) completed successfully.
You must enter the deploy date manually. Deploy dates
2021-01-29 00:20:46 +05:30
use the format `YYYY-MM-DD`, and must be quoted if you wish to specify
both a date and time (`"YYYY-MM-DD HH:MM"`):
2022-01-26 12:08:38 +05:30
![Filter MRs by a deploy date](img/filtering_merge_requests_by_date_v14_6.png)
2021-01-29 00:20:46 +05:30
2020-06-23 00:09:42 +05:30
## Filters autocomplete
GitLab provides many filters across many pages (issues, merge requests, epics,
and pipelines among others) which you can use to narrow down your search. When
using the filter functionality, you can start typing characters to bring up
relevant users or other attributes.
For performance optimization, there is a requirement of a minimum of three
2021-03-11 19:13:27 +05:30
characters to begin your search. To search for issues with the assignee `Simone Presley`,
you must type at least `Sim` before autocomplete displays results.
2020-06-23 00:09:42 +05:30
2017-08-17 22:00:37 +05:30
## Search history
2021-03-11 19:13:27 +05:30
Search history is available for issues and merge requests, and is stored locally
in your browser. To run a search from history:
2017-08-17 22:00:37 +05:30
2021-03-11 19:13:27 +05:30
1. In the top menu, click **Issues** or **Merge requests**.
1. To the left of the search bar, click **Recent searches**, and select a search from the list.
2017-08-17 22:00:37 +05:30
## Removing search filters
2020-04-22 19:07:51 +05:30
Individual filters can be removed by clicking on the filter's (x) button or backspacing. The entire search filter can be cleared by clicking on the search box's (x) button or via <kbd></kbd> (Mac) + <kbd></kbd>.
2021-03-08 18:12:59 +05:30
To delete filter tokens one at a time, the <kbd></kbd> (Mac) / <kbd>Control</kbd> + <kbd></kbd> keyboard combination can be used.
2017-08-17 22:00:37 +05:30
2019-07-31 22:56:46 +05:30
## Filtering with multiple filters of the same type
2021-03-11 19:13:27 +05:30
Some filters can be added multiple times. These include but are not limited to assignees and labels. When you filter with these multiple filters of the same type, the `AND` logic is applied. For example, if you were filtering `assignee:@sam assignee:@sarah`, your results include only entries whereby the assignees are assigned to both Sam and Sarah are returned.
2019-07-31 22:56:46 +05:30
![multiple assignees filtering](img/multiple_assignees.png)
2019-09-30 21:07:59 +05:30
## To-Do List
2017-08-17 22:00:37 +05:30
2021-10-27 15:23:28 +05:30
You can search your [To-Do List](../todos.md) by "to do" and "done".
You can filter to-do items per project, author, type, and action.
Also, you can sort them by [**Label priority**](../../user/project/labels.md#label-priority),
2020-04-08 14:13:33 +05:30
**Last created**, and **Oldest created**.
2017-08-17 22:00:37 +05:30
## Projects
2021-09-04 01:27:46 +05:30
You can search through your projects from the top bar, by selecting **Menu > Projects**.
2017-08-17 22:00:37 +05:30
On the field **Filter by name**, type the project or group name you want to find, and GitLab
2021-03-08 18:12:59 +05:30
filters them for you as you type.
2017-08-17 22:00:37 +05:30
2021-03-11 19:13:27 +05:30
You can also look for the projects you [starred](../project/working_with_projects.md#star-a-project) (**Starred projects**).
You can **Explore** all public and internal projects available in GitLab.com, from which you can filter by visibility,
2020-06-23 00:09:42 +05:30
through **Trending**, best rated with **Most stars**, or **All** of them.
2017-08-17 22:00:37 +05:30
You can also sort them by **Name**, **Last created**, **Oldest created**, **Last updated**,
**Oldest updated**, **Owner**, and choose to hide or show **archived projects**:
![sort projects](img/sort_projects.png)
## Groups
Similarly to [projects search](#projects), you can search through your groups from
the left menu, by clicking the menu bar, then **Groups**.
On the field **Filter by name**, type the group name you want to find, and GitLab
2021-03-08 18:12:59 +05:30
filters them for you as you type.
2017-08-17 22:00:37 +05:30
You can also **Explore** all public and internal groups available in GitLab.com,
and sort them by **Last created**, **Oldest created**, **Last updated**, or **Oldest updated**.
2021-11-11 11:23:49 +05:30
## Issue boards
2017-08-17 22:00:37 +05:30
2021-11-11 11:23:49 +05:30
From an [issue board](../../user/project/issue_board.md), you can filter issues by **Author**, **Assignee**, **Milestone**, and **Labels**.
2017-08-17 22:00:37 +05:30
You can also filter them by name (issue title), from the field **Filter by name**, which is loaded as you type.
2021-11-11 11:23:49 +05:30
To search for issues to add to lists present in your issue board, click
2017-08-17 22:00:37 +05:30
the button **Add issues** on the top-right of your screen, opening a modal window from which
2021-03-08 18:12:59 +05:30
you can, besides filtering them by **Name**, **Author**, **Assignee**, **Milestone**,
2017-08-17 22:00:37 +05:30
and **Labels**, select multiple issues to add to a list of your choice:
![search and select issues to add to board](img/search_issues_board.png)
2019-07-31 22:56:46 +05:30
2022-01-26 12:08:38 +05:30
## Autocomplete suggestions
2021-01-03 14:25:43 +05:30
2022-01-26 12:08:38 +05:30
In the search bar, you can view autocomplete suggestions for:
2021-01-03 14:25:43 +05:30
- Projects and groups
- Various help pages (try and type **API help**)
- Project feature pages (try and type **milestones**)
- Various settings pages (try and type **user settings**)
- Recently viewed issues (try and type some word from the title of a recently viewed issue)
- Recently viewed merge requests (try and type some word from the title of a recently viewed merge request)
- Recently viewed epics (try and type some word from the title of a recently viewed epic)
2021-09-04 01:27:46 +05:30
- [GitLab Flavored Markdown](../markdown.md#gitlab-specific-references) (GFM) for issues in a project (try and type a GFM reference for an issue)
2021-01-03 14:25:43 +05:30
## Basic search
2021-03-11 19:13:27 +05:30
The Basic search in GitLab enables you to search
2021-03-08 18:12:59 +05:30
across the entire GitLab instance, in a group, or in a single project. Basic search is
2021-01-03 14:25:43 +05:30
backed by the database and allows searching in:
- Projects
- Issues
- Merge requests
- Milestones
- Users
- Epics (Group only)
- Code (Project only)
- Comments (Project only)
- Commits (Project only)
- Wiki (Project only)
To start a search, type into the search bar on the top-right of the screen. You can always search
2021-03-08 18:12:59 +05:30
in all GitLab and may also see the options to search in a group or project if you are in the
2021-01-03 14:25:43 +05:30
group or project dashboard.
2021-12-11 22:18:48 +05:30
![basic search](img/basic_search_v14_4.png)
2021-01-03 14:25:43 +05:30
2021-03-08 18:12:59 +05:30
After the results are returned, you can modify the search, select a different type of data to
2021-01-03 14:25:43 +05:30
search, or choose a specific group or project.
![basic_search_results](img/basic_search_results.png)
### Code search
To search through code or other documents in a single project, you can use
the search field on the top-right of your screen while the project page is open.
![code search results](img/project_code_search.png)
2021-01-29 00:20:46 +05:30
### SHA search
2021-03-08 18:12:59 +05:30
You can quickly access a commit from the project dashboard by entering the SHA
into the search field on the top right of the screen. If a single result is found, you are
2021-01-29 00:20:46 +05:30
redirected to the commit result and given the option to return to the search results page.
2021-03-08 18:12:59 +05:30
![project SHA search redirect](img/project_search_sha_redirect.png)
2021-01-29 00:20:46 +05:30
2021-03-11 19:13:27 +05:30
## Advanced Search **(PREMIUM)**
2019-07-31 22:56:46 +05:30
Leverage Elasticsearch for faster, more advanced code search across your entire
GitLab instance.
2021-04-17 20:07:23 +05:30
[Learn how to use the Advanced Search.](advanced_search.md)
2019-07-31 22:56:46 +05:30
2021-04-17 20:07:23 +05:30
## Search settings
2021-03-08 18:12:59 +05:30
2021-12-11 22:18:48 +05:30
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/292941) in GitLab 13.8 [with a flag](../../administration/feature_flags.md) named `search_settings_in_page`. Disabled by default.
2021-10-27 15:23:28 +05:30
> - [Added to Group, Administrator, and User settings](https://gitlab.com/groups/gitlab-org/-/epics/4842) in GitLab 13.9.
2021-12-11 22:18:48 +05:30
> - [Feature flag `search_settings_in_page` removed](https://gitlab.com/gitlab-org/gitlab/-/issues/294025) in GitLab 13.11.
> - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/294025) in GitLab 13.11.
2021-03-08 18:12:59 +05:30
2021-10-27 15:23:28 +05:30
You can search inside a Project, Group, Administrator, or User's settings by entering
2021-04-17 20:07:23 +05:30
a search term in the search box located at the top of the page. The search results
2021-03-08 18:12:59 +05:30
appear highlighted in the sections that match the search term.
![Search project settings](img/project_search_general_settings_v13_8.png)