devtron
devtron copied to clipboard
Feature: [DASHBOARD] Search functionality optimisation in Resource browser
🔖 Feature description
Currently whenever someone searches using a particular keyword, it performs search over every column(taking example of pods) like name of the pod, namespace and status. Rather one should be able to provide a filter whether he/she wants to search on the pod name/namespace name/status only because if one's pod name js similar to the name of namespace then it becomes really tedious for him/her to search for the pod only.
🎤 Pitch
Mostly when I've to make any changes in orchestrator pod or any other resource and I search using devtron keyword then it gives me all pods available under the hood of devtroncd namespace as my searched keyword matches with the namespace name. Due to this, I've manually look for the name of each pod. The filter option will enable user to easily identify on what column he wants to perform search.
✌️ Solution
Add an additional filter for search
🔄️ Alternative
No response
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
AB#4081