Skip to content
代码片段 群组 项目
未验证 提交 64199015 编辑于 作者: Coung Ngo's avatar Coung Ngo 提交者: GitLab
浏览文件

Merge branch 'nl-project-search-sort' into 'master'

Uses similarity sort for projects query

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144363



Merged-by: default avatarCoung Ngo <cngo@gitlab.com>
Approved-by: default avatarCoung Ngo <cngo@gitlab.com>
Reviewed-by: default avatarCoung Ngo <cngo@gitlab.com>
Reviewed-by: default avatarNick Leonard <nleonard@gitlab.com>
Co-authored-by: default avatarNick Leonard <nleonard@gitlab.com>
No related branches found
No related tags found
无相关合并请求
query searchProjects($fullPath: ID!, $search: String) {
group(fullPath: $fullPath) {
id
projects(search: $search, withIssuesEnabled: true, includeSubgroups: true) {
projects(search: $search, withIssuesEnabled: true, includeSubgroups: true, sort: SIMILARITY) {
nodes {
id
name
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册