Problem scenario
You are using the GitLab GUI. You want to find files that end with .bar and have the patter “foo” in the content. How do you find them?
Solution
Use the Search feature. Use this as the search term for a given Group in GitLab (with “Any” for the “Project”):
foo extension:bar
(Do not use “.bar”.)
The source of this is https://docs.gitlab.com.
…