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-08-31 12:10:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-31 12:10:44 +0300
commit3608a02eb461c2cadbac0e08c0c6edec471d6648 (patch)
tree928249e7dfdf79b8a0bf0aa0444fd95764c2fdc9 /doc/user/search
parent03f56ec7f8285ce17ea3ce59d397a2ee78ce6469 (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, 10 insertions, 13 deletions
diff --git a/doc/user/search/index.md b/doc/user/search/index.md
index 74b89b079d9..408503f47ca 100644
--- a/doc/user/search/index.md
+++ b/doc/user/search/index.md
@@ -164,19 +164,16 @@ and gives you the option to return to the search results page.
> - [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 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 three characters 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.
- - When searching issues, partial matches are not allowed. For example: searching for `play` will
- not return issues that have the word `display`. But variations of words match, so searching
- for `displays` also returns issues that have the word `display`.
+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