Spotify API search VS in-app search

465 Views Asked by At

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!

1

There are 1 best solutions below

2
arirawr On

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.