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.
![スクリーンショット 2024-08-08 10 48 29](https://private-user-images.githubusercontent.com/146696276/356051854-69a3232e-8e11-49d3-8f0a-c5159fce1d24.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTUxODEsIm5iZiI6MTczOTY1NDg4MSwicGF0aCI6Ii8xNDY2OTYyNzYvMzU2MDUxODU0LTY5YTMyMzJlLThlMTEtNDlkMy04ZjBhLWM1MTU5ZmNlMWQyNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQyMTI4MDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mYTk2ZmJlN2FhMGUxM2ZhYTdjYThhM2ExMGZjMjMzYjc2MzlhOGVjYmZjNGMyNjhmODBlYzMyMWIyYzAzZTZmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.meKbuDfDjdkBR7628QGZz6sJ_26PWdJ56MvliQzF0Yw)
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