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>2021-08-06 15:10:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-06 15:10:15 +0300
commit14b5bf2629cf6cd77fe9bb6108d4a6dc0963f6c1 (patch)
tree90544438a276b7cd3c9b24ab92f46927ef768185 /doc/api/groups.md
parentff490fb7dfd0f4fedbd45b9079fcfa13ade3144c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r--doc/api/groups.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md
index 81bf6fd38c4..3831aef10c9 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -288,11 +288,8 @@ Parameters:
| `with_security_reports` | boolean | no | **(ULTIMATE)** Return only projects that have security reports artifacts present in any of their builds. This means "projects with security reports enabled". Default is `false` |
1. Order by similarity: Orders the results by a similarity score calculated from the provided `search`
-URL parameter. This is an [alpha](https://about.gitlab.com/handbook/product/gitlab-the-product/#alpha) feature [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/221043) in GitLab 13.3.
-
- The feature is behind a feature flag, you can [enable it](../administration/feature_flags.md#enable-or-disable-the-feature)
-with the `similarity_search` flag. When using `order_by=similarity` the `sort` parameter is
-ignored. When the `search` parameter is not provided, the API returns the projects ordered by `name`.
+URL parameter. When using `order_by=similarity`, the `sort` parameter is ignored. When the `search`
+parameter is not provided, the API returns the projects ordered by `name`.
Example response: