-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add example filters #3
Comments
To my knowledge, the info whether a replay is ranked or unranked is not stored in the replay. It might be possible to somehow deduce this info from data stored in the replay, but I haven't figured it out how. The rest (filter for 1v1 ranked or unranked matches) is already possible: Replay filters, add 2 filters:
It's also possible to include whether you (a specific player) lost or won, e.g.
|
Reading again the issue title maybe that's not what I thought you want. Do you mean built-in examples? That people can choose without having to construct the filters themselves? |
yeah! build in, pre-made filters :-) |
But just as a side note... you know you can save filters once you've constructed them, right? And of course you can load saved filters... |
yeah, I have a couple saved filters. But it took me a while to get them configured the way I want. the or/and logic dropdowns behave kinda funky / not what I'm used to |
Yeah, I know, because filters and grouping (parenthesis) are provided in a "linear" fashion (sequentially), but evaluating a series of AND / OR filters with grouping requires "hierarchical" representation. That's why there's a "Filters Structure Preview" which helps understanding what it means that you assembled. |
Like, a common one:
1v1 ranked ladder
Maybe also games where I've lost.
The text was updated successfully, but these errors were encountered: