adishegde / media_hub

Decentralized file sharing over LAN
https://adishegde.github.io/media_hub/
MIT License
25 stars 2 forks source link

Sorting search results #15

Open adishegde opened 5 years ago

adishegde commented 5 years ago

Currently, the search results are not sorted by strength of the match. Each node sorts the files by match score and then sends the page requested but the results aggregated from multiple nodes are not sorted and are instead displayed in the order received.

It would be helpful to maybe reuse fuse.js to sort the results in a particular page.