ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
981 stars 384 forks source link

New search command and comparison #9643

Open worthlessnut9 opened 1 year ago

worthlessnut9 commented 1 year ago

web specific i think a search by hype and nomination / nom would be a nice addition. it would work the same as other search commands with the supported comparisons in the game.

both web and in game a new comparison would be nice new, the ~ comparison would be a nice addition. it would work as a command that shows all maps around a number with a from the given amount. in game you could set how large the gap can be with a slide bar in the settings. an example would be star~3.5 would show all maps in-between 3 and 4 stars.

here are some examples for default values ar~ would be ± 1 ar default cs~ would be ± 1 cs default od~ would be ± 1 od default hp~ would be ± 1 hp default star~ would be ± .5 stars default bpm~ would be ± 20 bpm default length~ would be ± 30 seconds default drain~ would be ± 30 seconds default

cl8n commented 9 months ago

seems convenient but I think this would be difficult to understand or learn about in the first place without some sort of accompanying explanation. maybe ar~5 could auto-expand to ar>=4 ar<=6 when you press space or enter?

worthlessnut9 commented 9 months ago

That would also work well too, the main purpose is to have a range and not a specific number.