Something seem to have changed in how one links to a spotify search. The following code should work:
<a href="spotify:search:track:castle+on+the+hill+artist:ed+sheeran">spotify:search:track:castle on the hill artist:ed sheeran</a>
When Spotify opens it says No result found for "track:castle+on+the+hill+artist:ed+sheeran"
We have also tried percent encoding:
<a href="spotify:search:track:castle%20on%20the%20hill%20artist:ed%20sheeran">Castle on the hill Ed Sheeran</a>
But this also fails.
Any advice on how to properly link to a Spotify search?