<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web API `Search` Endpoint Misinterprets `q` Parameters For `track`, `album` And `artist` in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5400143#M4947</link>
    <description>&lt;P&gt;For anyone else tracking this issue, I was able to confirm today that three previously affected accounts no longer exhibit this bug.&amp;nbsp; While I never heard anything from Spotify, this is certainly a welcome improvement.&amp;nbsp; If anyone else can also confirm their affected accounts improved that is helpful.&amp;nbsp; Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2022 22:52:39 GMT</pubDate>
    <dc:creator>Abominabl31</dc:creator>
    <dc:date>2022-06-30T22:52:39Z</dc:date>
    <item>
      <title>Web API `Search` Endpoint Misinterprets `q` Parameters For `track`, `album` And `artist`</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5384577#M4640</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;Here's an interesting possible bug and sorry if I didn't find where it was already reported.&amp;nbsp; It makes the Web API search endpoint unusable except with some "magic" accounts that receive the expected behavior, which had been present for almost two years at least.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;span class="lia-unicode-emoji" title=":lady_beetle:"&gt;🐞&lt;/span&gt; The Web API's `Search` endpoint is behaving differently for some of my user accounts, of which I have a few from over the years.&amp;nbsp; I use the `q` parameter with the embedded `track`, `album` and `artist` values to search for tracks.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;URL Example:&amp;nbsp;&lt;A href="https://api.spotify.com/v1/search?q=track%3AUprising%20album%3AThe%20Resistance%20artist%3AMuse%20&amp;amp;type=track&amp;amp;offset=0&amp;amp;limit=50" target="_blank"&gt;https://api.spotify.com/v1/search?q=track%3AUprising%20album%3AThe%20Resistance%20artist%3AMuse%20&amp;amp;type=track&amp;amp;offset=0&amp;amp;limit=50&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Expected Result:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;- Results should not be returned if the keywords for track, album and artist are not present in the applicable fields of the result track&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;- Results should be consistent across user accounts, regardless of plan status&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Actual Result:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;- Many more results are returned which do not match the track, album and artist.&amp;nbsp; For instance, the track named "Hysteria" from album "Absolution" by artist "Muse" is included where the `q` parameter specified "Uprising" for `name` and "The Resistance" for `album`&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;- Some user accounts receive the expected result while others receive this actual result&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;This has been happening consistently for affected accounts since about 2022-May-13.&amp;nbsp; I'd be happy to provide more detail.&amp;nbsp; Also, could something about the URL encoding have changed? I've been using this URL encoding scheme since November-2020 if that helps.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Country: USA&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Plan: Premium Or Free Plan&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Oauth Flow: Authorization Code Flow&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;HTTP Status: HTTP 200&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Device: Google Pixel 6 Pro, Android 12&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2022 01:23:53 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5384577#M4640</guid>
      <dc:creator>Abominabl31</dc:creator>
      <dc:date>2022-05-21T01:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Web API `Search` Endpoint Misinterprets `q` Parameters For `track`, `album` And `artist`</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5389663#M4757</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Yes, I can confirm I got the same issue for a couple of days maybe weeks now. The search method is returning more results and many are not relevant at all. And you are right, it seems that the search endpoint is not returning the same results for all users and some users got so strange results when using this endpoint now...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe Spotify Developers got some info about a recent change related to this search endpoint ?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 14:40:11 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5389663#M4757</guid>
      <dc:creator>blackarcanis</dc:creator>
      <dc:date>2022-06-03T14:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Web API `Search` Endpoint Misinterprets `q` Parameters For `track`, `album` And `artist`</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5392517#M4820</link>
      <description>&lt;P&gt;Thanks for confirming, blackarcanis.&amp;nbsp; I'm also still seeing this bug after a month now.&amp;nbsp; Let's all keep this thread active until we get a response from the Spotify side.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2022 17:36:46 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5392517#M4820</guid>
      <dc:creator>Abominabl31</dc:creator>
      <dc:date>2022-06-11T17:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Web API `Search` Endpoint Misinterprets `q` Parameters For `track`, `album` And `artist`</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5400143#M4947</link>
      <description>&lt;P&gt;For anyone else tracking this issue, I was able to confirm today that three previously affected accounts no longer exhibit this bug.&amp;nbsp; While I never heard anything from Spotify, this is certainly a welcome improvement.&amp;nbsp; If anyone else can also confirm their affected accounts improved that is helpful.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 22:52:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5400143#M4947</guid>
      <dc:creator>Abominabl31</dc:creator>
      <dc:date>2022-06-30T22:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Web API `Search` Endpoint Misinterprets `q` Parameters For `track`, `album` And `artist`</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5402659#M4995</link>
      <description>&lt;P&gt;Updated for 2022-Jul-06: This issue has spontaneously started occurring again.&amp;nbsp; I'll continue tracking and attempting to contact Spotify &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏🏻&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 05:46:57 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5402659#M4995</guid>
      <dc:creator>Abominabl31</dc:creator>
      <dc:date>2022-07-08T05:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Web API `Search` Endpoint Misinterprets `q` Parameters For `track`, `album` And `artist`</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5411140#M5148</link>
      <description>&lt;P&gt;Updated for 2022-Jul-29:&amp;nbsp; I've been seeing this issue consistently since my last update.&amp;nbsp; However, today the original desired behavior of the `q` parameter seems to have been restored.&amp;nbsp; I've been in touch with @SpotifyPlatform and @SpotifyCares via Twitter.&amp;nbsp; They did acknowledge the issue, but I haven't yet received an official reply to confirm this issue was fixed.&amp;nbsp; That said, this endpoint is working again and sooooo much better when `q` works as documented so "Thanks!" and let's all hope it doesn't regress again.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 21:11:06 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-Search-Endpoint-Misinterprets-q-Parameters-For-track/m-p/5411140#M5148</guid>
      <dc:creator>Abominabl31</dc:creator>
      <dc:date>2022-07-29T21:11:06Z</dc:date>
    </item>
  </channel>
</rss>

