Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust played song select filter to accept a boolean value #29644

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

smoogipoo
Copy link
Contributor

@smoogipoo smoogipoo commented Aug 29, 2024

Supersedes / closes #29638
Resolves Resolves #29568

Currently, the played filter is an acronym for lastplayed. This PR changes it to be a boolean value.

played=0 / played=false -> beatmap has never been played.
played=1 / played=true -> beatmap has been played sometime.

@peppy
Copy link
Member

peppy commented Aug 29, 2024

This seems much better direction wise 👍 . I guess we just need to decide if we alias the silly stable one (unplayed=) for compatibility.

@peppy peppy self-requested a review August 29, 2024 14:25
@smoogipoo
Copy link
Contributor Author

smoogipoo commented Aug 29, 2024

@peppy
Copy link
Member

peppy commented Aug 29, 2024

Aware, but personally I'm happy to break this for something that makes more sense. A next step would be exposing these to the user so they can actually find them without resorting to a wiki or otherwise.

@peppy peppy merged commit dd675fe into ppy:master Aug 29, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unplayed= does not work while searcing for beatmaps in osu! laser
2 participants