jishi / node-sonos-http-api

An HTTP API bridge for Sonos easing automation. Hostable on any node.js capable device, like a raspberry pi or similar.
http://jishi.github.io/node-sonos-http-api/
MIT License
1.83k stars 462 forks source link

Update of Fuse.js for more reliable search results #794

Closed Thyraz closed 3 years ago

Thyraz commented 3 years ago

Hi jishi,

we had a discussion some time ago about bugs in the currently used Fuse.js version, which leads to bad search results (see details in this discussion): https://github.com/jishi/node-sonos-http-api/issues/772

My fork is now tested for a few months by the users of my little project for a kids jukebox: https://github.com/Thyraz/Sonos-Kids-Controller

Search results are now working as intended without any problems. So maybe you could apply these changes to your project.

Best regards, Tobias

jishi commented 3 years ago

Nice, I'll take your word for it that this works. I'm not fully aware on which context fuse is used for, so I'm not sure how I would test it myself.