Previously in grafana 7
we could reference data link as
dashboard/db/keyword
it was querying the dashboard api and find the dashboard that has the “keyword” and sent back the proper url such as https://grafana.com/d/mQHJpU2Ik/keyword?orgId=1
but grafana 10 has a different behavior and look like this type of search in db does not work anymore.
Is there a new way to do it in grafana 10?