You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to just ignore sorting when an invalid sort option in provided. Today two possible exceptions are thrown here and here.
I would like to have an option to opt-out of throwing an exception.
The text was updated successfully, but these errors were encountered:
akamud
changed the title
Provide option to not throw exception when Sort options is not valid
Provide option to not throw exception when Sort option is not valid
Jan 24, 2023
To anyone getting this, right now what I'm doing to workaround this, is to provide a default sorting option by overriding the ApplyOrder in my filter. That way I see what are the possible sorts configured, and if a field that is not in that list is passed, I change the Sort field to be my default value.
I would like to just ignore sorting when an invalid sort option in provided. Today two possible exceptions are thrown here and here.
I would like to have an option to opt-out of throwing an exception.
The text was updated successfully, but these errors were encountered: