danbugs / smithereens

Smithereens is a digested open-source data visualizer tool for your Smash results.
https://smithe.net
GNU Affero General Public License v3.0
2 stars 1 forks source link

Search Engine Improvements #112

Closed CERLgit closed 7 months ago

CERLgit commented 7 months ago

Search can now use slug, tag and id. Search now reports tags closest to input then finds the shortest one, which will always be the one which matches the input exactly. If tags are equal length, older account (smaller PID) will come first. This assumes the OG will always have made their account first to prevent showing impersonators before expected player. Closes #108

codecov[bot] commented 7 months ago

Codecov Report

Merging #112 (258056f) into main (0052958) will decrease coverage by 0.07%. The diff coverage is 0.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #112 +/- ## ========================================== - Coverage 14.85% 14.79% -0.07% ========================================== Files 24 24 Lines 1494 1501 +7 ========================================== Hits 222 222 - Misses 1272 1279 +7 ```