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-07-18 06:08:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-18 06:08:39 +0300
commit1a683ed158e0d1b37b35cc24e219e57a1719642b (patch)
tree6c46f5e5542ef3bd3c3736b5fb63e2e4209958e1 /doc/user/search
parentccceee21749ddf0dc974337aeb4aba2bf2bbb00b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/search')
-rw-r--r--doc/user/search/command_palette.md2
-rw-r--r--doc/user/search/index.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/search/command_palette.md b/doc/user/search/command_palette.md
index 0d4e4ad7cb3..ab284bd6a5f 100644
--- a/doc/user/search/command_palette.md
+++ b/doc/user/search/command_palette.md
@@ -14,7 +14,7 @@ find an object more quickly.
FLAG:
On self-managed GitLab, by default this feature is available.
-To hide the feature, ask an administrator to [disable the feature flag](../../administration/feature_flags.md) named `command_palette`.
+To hide the feature, an administrator can [disable the feature flag](../../administration/feature_flags.md) named `command_palette`.
On GitLab.com, this feature is available.
## Open the command palette
diff --git a/doc/user/search/index.md b/doc/user/search/index.md
index 1483a7d0698..fe5ee3a5e0a 100644
--- a/doc/user/search/index.md
+++ b/doc/user/search/index.md
@@ -105,7 +105,7 @@ To filter code search results by one or more languages:
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.
+an administrator can [enable the feature flag](../../administration/feature_flags.md) named `search_projects_hide_archived`. On GitLab.com, this feature is not available.
Archived projects are included in search results by default. To exclude archived projects, ensure the `search_projects_hide_archived` flag is enabled.
@@ -117,7 +117,7 @@ To include archived projects with `search_projects_hide_archived` enabled, you m
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_issues_hide_archived_projects`. On GitLab.com, this feature is not available.
+an administrator can [enable the feature flag](../../administration/feature_flags.md) named `search_issues_hide_archived_projects`. On GitLab.com, this feature is not available.
Issues in archived projects are included in search results by default. To exclude issues in archived projects, ensure the `search_issues_hide_archived_projects` flag is enabled.