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-09-01 15:09:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-01 15:09:50 +0300
commit02f6aecd47c847bb2a7d101678813fe5077ae299 (patch)
tree886df070fd7a3b3f0d364e879b89ea5eb31aeada /doc/user/search
parent5ffb2b7bcde1c76f939c5dca2ff65bac3404a88f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/search')
-rw-r--r--doc/user/search/index.md23
1 files changed, 7 insertions, 16 deletions
diff --git a/doc/user/search/index.md b/doc/user/search/index.md
index 408503f47ca..8c7db5ca29e 100644
--- a/doc/user/search/index.md
+++ b/doc/user/search/index.md
@@ -33,6 +33,9 @@ All global search scopes are enabled by default on self-managed instances.
## Global search validation
+> - Support for partial matches in issue search [removed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71913) in GitLab 14.9 [with a flag](../../administration/feature_flags.md) named `issues_full_text_search`. Disabled by default.
+> - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/124703) in GitLab 16.2. Feature flag `issues_full_text_search` removed.
+
Global search ignores and logs as abusive any search that includes:
- Fewer than two characters
@@ -47,6 +50,10 @@ Global search only flags with an error any search that includes more than:
- 4096 characters
- 64 terms
+Partial matches are not supported in issue search.
+For example, when you search issues for `play`, the query does not return issues that contain `display`.
+However, the query matches all possible variations of the string (for example, `plays`).
+
## Autocomplete suggestions
As you type in the search box, autocomplete suggestions are displayed for:
@@ -159,22 +166,6 @@ To search for a commit 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.
-## Search for specific terms
-
-> - [Support for partial matches in issue search](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71913) removed in GitLab 14.9 [with a flag](../../administration/feature_flags.md) named `issues_full_text_search`. Disabled by default.
-> - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/124703) in GitLab 16.2. Feature flag `issues_full_text_search` removed.
-
-You can search issues and merge requests for specific terms.
-For example, when you search issues for `display bug`, the query returns
-all issues that contain both `display` and `bug` in any order.
-To search for the exact string, use `"display bug"` instead.
-
-Partial matches are not supported in issue search.
-For example, when you search issues for `play`, the query does not return issues that contain `display`.
-However, the query matches all possible variations of the string (for example, `plays`).
-
-For more information about query validation, see [Global search validation](#global-search-validation).
-
## Run a search from history
You can run a search from history for issues and merge requests. Search history is stored locally