400 error occurs when using the search function while on page 2 or later in pagination #798
Unanswered
haruki-hiraiwa
asked this question in
Q&A
Replies: 1 comment
-
Hi, yeah you are right, might be related to #782 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I use the search function while on page 2 or later in pagination, I get a 400 error.
I think this is probably due to the second page not existing in the search results.
I did not see this error with sqladmin version 0.16.1, but with version 0.17.0.
So I think the error is due to the version of the library.
↓No error
sqladmin = {extras = ["full"], version = "^0.16.1"}
↓Error
sqladmin = {version = "0.17.0", extras = ["full"]}
Beta Was this translation helpful? Give feedback.
All reactions