Environment:
- Cloudron Version: 9.1.3
Description:
I’ve noticed a minor UI bug on the dashboard regarding how External Links are handled by the "Search App" filter. The search function appears to scan the underlying URL string but completely ignores the custom display label assigned to the link.
This becomes an issue when linking to local services via raw LAN IPs (e.g., a local NAS) where the service name isn't inherently in the URL.
Steps to Reproduce:
- Create a new External Link on the dashboard.
- Set the URL to a raw IP address (e.g.,
http://10.69.10.104:5000/#/signin). - Set the Title/Label to something distinct, like
Synology DSM. - Go to the dashboard and type "Synology" into the Search App field.
Expected Behavior:
The search filter should match the query against the custom label ("Synology DSM") and display the tile.
Actual Behavior:
The search returns no results because it is only parsing the 10.69.10.104 URL string.
Current Workaround:
- Modifying the URL to use local DNS (e.g.,
http://synology.local:5000) inserts the keyword into the URL string, causing the search to successfully find it.
Would be great to see the custom label added to the search index in a future release!
