Checklist:
Describe the bug
From the UI, inside an ArgoCD Application, when searching for an application, and if another application with the same name exists in another namespace, duplicated results are returned.
For instance, I have an ArgoCD application called app-1 in namespace namespace-1 and in namespace namespace-2, the results appearing in the search box will be:
- app-1 (current)
- app-1 (current)
This behavior does not happen when searching from the homepage (cad https://[argocd-url]/applications. Instead applications are prefixed by namespace name cad
- namespace-1/app-1
- namespace-2/app-1
To Reproduce
- Create namespace
namespace-1 and namespace-2
- Enabled ArgoCD to check Application in namespace
namespace-1 and namespace-2
- Create an application called
app-1 in namespace-1 and namespace-2
- Login to ArgoCD
- Click on any application For instance
namespace/app-1
- Search for
app-1 in the search box
Expected behavior
I guess there is two possible behaviors expected
- Only the application inside the same namespace of the application the user is currently located is returned
- all application are returned but prefixed by namespace
Personally, I would prefer the second option
Screenshots
Version
argocd: v3.4.3
BuildDate: 2026-05-28T11:38:55Z
GitCommit: 1801122b4391cad4961301f787006dc9a88c2dd3
GitTreeState: clean
GitTag: v3.4.3
GoVersion: go1.26.0
Compiler: gc
Platform: linux/amd64
Checklist:
argocd version.Describe the bug
From the UI, inside an ArgoCD Application, when searching for an application, and if another application with the same name exists in another namespace, duplicated results are returned.
For instance, I have an ArgoCD application called
app-1in namespacenamespace-1and in namespacenamespace-2, the results appearing in the search box will be:This behavior does not happen when searching from the homepage (cad https://[argocd-url]/applications. Instead applications are prefixed by namespace name cad
To Reproduce
namespace-1andnamespace-2namespace-1andnamespace-2app-1innamespace-1andnamespace-2namespace/app-1app-1in the search boxExpected behavior
I guess there is two possible behaviors expected
Personally, I would prefer the second option
Screenshots
Version