osu-web icon indicating copy to clipboard operation
osu-web copied to clipboard

`divisor` search filter doesn't work

Open Walavouchey opened this issue 1 year ago • 2 comments

example 1 https://osu.ppy.sh/beatmapsets?q=divisor%3D5 example 2 https://osu.ppy.sh/beatmapsets?q=divisor%3D7

you'd expect these to show different maps based on their beat snap divisor

Walavouchey avatar Feb 19 '24 10:02 Walavouchey

https://github.com/ppy/osu-web/blob/8a50d07c650a5bf53fcfdec6b9047820da22683f/app/Libraries/Search/BeatmapsetSearch.php#L320

bdach avatar Feb 19 '24 10:02 bdach

it is indeed not implemented. I don't know if it's even available/computable from the beatmap(set) table.

nanaya avatar Feb 19 '24 10:02 nanaya