-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Laravel search records by id #294
Comments
Hi @matthiasvanwoensel , Could you explain a bit more what exactly isn't working properly? The code you sent should add the Thank you in advance! |
I cant search in numbers, only in strings ... I have a field ticket number and a field client_number, both are numbers, but if i for example wants to search a client number (1001 or something like that), i don't get records... while it in the table exists.. ` public function searchClients($term)
|
Are these attributes configured as |
Is there any good way to search records by id?
this is what i get:
`public function toSearchableArray()
{
`
At the moment a created an extra array element "ticket_number", but this doesn't work properly, please can someone help me?
The text was updated successfully, but these errors were encountered: