-
Notifications
You must be signed in to change notification settings - Fork 121
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
Replay filter returns invalid parameter #3115
Labels
Comments
Any ideas where to look so I can have a shot at fixing this for myself? |
question is what do expect to be fix. in the end it is the limit of api
framework translation of request to sql. so from client point of view, you
can either prevent such a combination of filtering/sort or handle error in
more meaningful way.
…On Mon, 15 Jan 2024, 05:49 obydog002, ***@***.***> wrote:
Any ideas where to look so I can have a shot at fixing this for myself?
—
Reply to this email directly, view it on GitHub
<#3115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBYJJPX4TOAV4EGGWFM77TYOSYOLAVCNFSM6AAAAABB2VS6LWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJRGI4TQMBQHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The fix is to remove the illegal sorting option that doesn't work with filtering. |
Ahh yes, the sort by option. I just didn't know how to use the filter panel |
Well there still shouldn't be a combo that results in an invalid request. I had thought I got all of them before |
Sort by: Average Reviews score |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Trying to search in the Player Name field on replays gives the exception. Client 2024.1.1 but I've seen this bug at least since the 2023.12.1 client.
To Reproduce
Write something and search
Log or error message
Expected behavior
Filtered replays to appear
Screenshots
OS
Linux
The text was updated successfully, but these errors were encountered: