1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 06:23:47 +08:00
Files
osu-lazer/osu.Game/Screens/Select/Carousel
T
Bartłomiej Dach 3fb1880466 Fix FilterCriteria only being able to support one tag filter at once
Other textual keyword filters also worked like that, wherein if you did
`artist=a artist=b` the second filter would overwrite the second, but in
those cases the query is against a single field, so attempting to put
multiple search criteria in conjunction on a single field is kind of
nonsensical, so it was sort of fine to do that.

Which is not the case for user tags, which are multi-valued.
3fb1880466 · 2025-08-13 10:24:54 +02:00
History
..
2023-07-16 10:21:32 +08:00