vladmandic / sd-extension-system-info

System and platform info and standardized benchmarking extension for SD.Next and WebUI
https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html
MIT License
280 stars 51 forks source link

[Online result viewer] Improve search function to allow multiple terms #46

Closed feffy380 closed 8 months ago

feffy380 commented 8 months ago

Currently the search bar in the benchmark viewer seems to be exact string matching. It would be nice to have the option to search for results matching multiple terms to allow more complex filtering like only showing results from 3060 12GB with optimizations: xformers, none.

Perhaps each keyword would be matched separately, with the option to use quotes for exact strings

vladmandic commented 8 months ago

its a good idea and valid request, but currently data display is done using gridjs library and it doesn't have that kind of a feature. this would require basically a complete reimplementation of the search and that is out-of-scope at the moment.