Commit 2a7e868c authored by Jonathan Schafer's avatar Jonathan Schafer

Move FE code to separate MR

parent 8b7565ba
---
title: Prioritize exact matches on project search
title: Add sort by similarity to getProjects GraphQL call
merge_request: 43136
author:
type: changed
......@@ -223,7 +223,6 @@ export default {
first: this.$options.PROJECTS_PER_PAGE,
after: pageInfo.endCursor,
searchNamespaces: true,
sort: 'similarity',
},
});
},
......
......@@ -87,7 +87,6 @@ describe('Project Manager component', () => {
first: wrapper.vm.$options.PROJECTS_PER_PAGE,
after: '',
searchNamespaces: true,
sort: 'similarity',
},
});
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment