Reasoning for Project Search not supporting "namespace/project name"???
Created by: StephenOTT
According to the docs: http://doc.gitlab.com/ce/api/projects.html#search-for-projects-by-name
You cannot search for Projects by "Namespace/project Name". You have to search by project name, and then filter by namespace from the returned results.
What is the reasoning for this? It seems to go against the standard user expectation for the ability to search for a project by namespace and project name as there are many cases of duplicate project names.
At a API level this becomes even more complicated for the integration because it is an extra level of detail API calls required to get the project ID number.