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

[1.6.0] Upgrade mapset filtering system #4154

Open
wants to merge 7 commits into
base: ui-redesign
Choose a base branch
from

Conversation

WilliamQiufeng
Copy link
Member

@WilliamQiufeng WilliamQiufeng commented May 28, 2024

Resolves #4146

It uses a simple parser I wrote which you can find here. It's referenced as a NuGet package. It is unit tested, covering 98% of the codebase, where the rest uncovered ones are the exposed public getters.

Searching for maps whose creator contains piano:
image

Searching for maps whose creator doesn't contain piano, length less than 2 minutes, difficulty < 20:
image

Extra features

  • Singleton enums: search queries like unranked/unsubmitted will search for unranked and unsubmitted maps, instead of looking for maps with content unranked/unsubmitted.

@AiAe AiAe changed the title Upgrade mapset filtering system [1.4.0] Upgrade mapset filtering system May 30, 2024
@AiAe AiAe changed the title [1.4.0] Upgrade mapset filtering system [1.5.0] Upgrade mapset filtering system Jun 1, 2024
@WilliamQiufeng WilliamQiufeng marked this pull request as ready for review June 7, 2024 11:37
@AiAe AiAe changed the title [1.5.0] Upgrade mapset filtering system [1.6.0] Upgrade mapset filtering system Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade mapset filtering system
1 participant