hjortron
hjortron

Reputation: 359

Spotify API search VS in-app search

I'm working on tracks search and I found that in-app search performs spellchecking of query. For example for query 'seaman rammstein' result will be 1 song Seemann by Rammstein, but search via API(https://api.spotify.com/v1/search) has no items. And I wonder what method or params are used in application search? Thank you for your help in advance!

Upvotes: 1

Views: 536

Answers (1)

arirawr
arirawr

Reputation: 1275

you're correct that the Search API doesn't do what we call "fuzzy matching". There is an open issue on the Web API issue tracker that you can follow here.

Upvotes: 2

Related Questions