BigInt fields are not searchable #6244
Unanswered
davinyoeun
asked this question in
Q&A
Replies: 1 comment
-
|
All Primary Key uses exact value search to improve search performance. Using |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version: 10
Nova Version: 4
PHP Version: 8.2
Description:
ID::make('Id')->asBigInt()
When I search record by id it's not show data if id is not match all numbers.
Beta Was this translation helpful? Give feedback.
All reactions