atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
33 stars 1 forks source link

Search-functionality #93

Closed atlanticaccent closed 2 years ago

atlanticaccent commented 2 years ago

Adds a search box. Text input here will be matched against mod names, ids and authors. Only mods that partially match the input string are displayed, and those that are displayed are ranked based on how closely they match (based on the soring returned by the fuzzy matching library).