Spaces in dashboard names
Problem
We currently do not support spaces in dashboard names. There is a problem with our query URLs, e.g.:
https://stg.monitoring.apl.task.gda.pl/api/search?type=dash-db&folderIds=10&query=Storage hardware
Fix
Change spaces to %20
, as seen in documentation.