Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-06 03:08:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-06 03:08:24 +0300
commitbdad4dd5dabec7a0a611d5241fa2d56359884420 (patch)
tree333f5147c450cf0849823c7c42c7e52d70a0af74 /doc/user/search
parent96e23b2017cbe56969771960f6c274c5d3599397 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/search')
-rw-r--r--doc/user/search/index.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/user/search/index.md b/doc/user/search/index.md
index 24bc31a103f..2d0d1fa72bf 100644
--- a/doc/user/search/index.md
+++ b/doc/user/search/index.md
@@ -108,7 +108,11 @@ For example, the search query:
### Search archived projects
-> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121981) in GitLab 16.1.
+> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121981) in GitLab 16.1 [with a flag](../../administration/feature_flags.md) named `search_projects_hide_archived`. Disabled by default.
+
+FLAG:
+On self-managed GitLab, by default this feature is not available. To make it available,
+ask an administrator to [enable the feature flag](../../administration/feature_flags.md) named `search_projects_hide_archived`. On GitLab.com, this feature is not available.
By default, archived projects are excluded from the search results. To include archived projects, add the parameter `include_archived=true` to the URL.