Searching in GitLab (FREE)

GitLab has two types of searches available: basic and advanced.

Both types of search are the same, except when you are searching through code.

  • When you use basic search to search code, your search includes one project at a time.
  • When you use advanced search to search code, your search includes all projects at once.

Basic search

Use basic search to find:

  • Projects
  • Issues
  • Merge requests
  • Milestones
  • Users
  • Epics (when searching in a group only)
  • Code
  • Comments
  • Commits
  • Wiki

Perform a search

To start a search, type your search query in the search bar on the top-right of the screen. You must type at least two characters.

basic search

After the results are displayed, you can modify the search, select a different type of data to search, or choose a specific group or project.

basic_search_results

Search in code

To search through code or other documents in a project:

  1. On the top bar, select Main menu > Projects and find your project.
  2. On the top bar, in the search field, type the string you want to search for.
  3. Press Enter.

Code search shows only the first result in the file.

To search across all of GitLab, ask your administrator to enable advanced search.

View Git blame from code search

Introduced in GitLab 14.7.

After you find search results, you can view who made the last change to the line where the results were found.

  1. From the code search result, hover over the line number.

  2. On the left, select View blame.

    code search results

Search for a SHA

You can search for a commit SHA.

  1. On the top bar, select Main menu > Projects and find your project.
  2. On the top bar, in the search field, type the SHA.

If a single result is returned, GitLab redirects to the commit result and gives you the option to return to the search results page.

project SHA search redirect

Searching for specific terms

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. For example: searching issues for display bug returns 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. For example: searching issues for included in titles is same as included titles
    • Search is limited to 4096 characters and 64 terms per query.

Retrieve search results as feed

Feeds for merge requests were introduced 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.
  2. On the left sidebar, select Issues or Merge requests.
  3. Perform a search.
  4. 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.

Search history

Search history is available for issues and merge requests, and is stored locally in your browser. To run a search from history:

  1. In the top menu, select Issues or Merge requests.
  2. To the left of the search bar, select Recent searches, and select a search from the list.

Removing search filters

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 (Mac) + .

To delete filter tokens one at a time, the (Mac) / Control + keyboard combination can be used.

Autocomplete suggestions

In the search bar, you can view autocomplete suggestions for:

  • 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)
  • GitLab Flavored Markdown (GLFM) for issues in a project (try and type a GLFM reference for an issue)

Search settings

You can search inside a Project, Group, Administrator, or User's settings by entering a search term in the search box located at the top of the page. The search results appear highlighted in the sections that match the search term.

Search project settings