Deezer API 播放列表搜索:严格模式
Deezer API playlist search : strict mode
API好像有点问题
关闭严格模式时:
http://api.deezer.com/search/playlist?q=vieille%20charrue
开启严格模式时:
http://api.deezer.com/search/playlist?q=vieille%20charrue&strict=on
根据文档,当 strict 参数设置为 "on" 时,必须去除模糊性。
事实上,当不使用这个参数时(或者如果严格模式设置为 "off" )并没有模糊,当我将这个值设置为 on ...
好像是个小bug,我错了吗?
使用严格模式可以更正搜索的拼写。
因此,?q=vieille%20charrue 将 return 没有数据,因为没有名为 [=23 的播放列表=].
但是,如果您像这样添加 S:http://api.deezer.com/search/playlist?q=vieilles%20charrue , you will get the same result as http://api.deezer.com/search/playlist?q=vieille%20charrue&strict=on
它是否回答了您的问题?
API好像有点问题
关闭严格模式时: http://api.deezer.com/search/playlist?q=vieille%20charrue
开启严格模式时: http://api.deezer.com/search/playlist?q=vieille%20charrue&strict=on
根据文档,当 strict 参数设置为 "on" 时,必须去除模糊性。
事实上,当不使用这个参数时(或者如果严格模式设置为 "off" )并没有模糊,当我将这个值设置为 on ...
好像是个小bug,我错了吗?
使用严格模式可以更正搜索的拼写。
因此,?q=vieille%20charrue 将 return 没有数据,因为没有名为 [=23 的播放列表=].
但是,如果您像这样添加 S:http://api.deezer.com/search/playlist?q=vieilles%20charrue , you will get the same result as http://api.deezer.com/search/playlist?q=vieille%20charrue&strict=on
它是否回答了您的问题?