khairulazmi_
khairulazmi_
FFilament
Created by khairulazmi_ on 3/13/2025 in #❓┊help
How to optimize usage of searchable().
We can connect eloquent with sql views ?
20 replies
FFilament
Created by khairulazmi_ on 3/13/2025 in #❓┊help
How to optimize usage of searchable().
Did you mean to use sql views?
20 replies
FFilament
Created by khairulazmi_ on 3/13/2025 in #❓┊help
How to optimize usage of searchable().
Thank you . I will try first 🙂
20 replies
FFilament
Created by khairulazmi_ on 3/13/2025 in #❓┊help
How to optimize usage of searchable().
But can i ? or i should not put searchable() on every columm ? @toeknee .
20 replies
FFilament
Created by khairulazmi_ on 3/13/2025 in #❓┊help
How to optimize usage of searchable().
I will try ..
20 replies
FFilament
Created by khairulazmi_ on 3/13/2025 in #❓┊help
How to optimize usage of searchable().
yes i have.
20 replies
FFilament
Created by khairulazmi_ on 3/13/2025 in #❓┊help
How to optimize usage of searchable().
No description
20 replies
FFilament
Created by khairulazmi_ on 3/13/2025 in #❓┊help
How to optimize usage of searchable().
No description
20 replies
FFilament
Created by khairulazmi_ on 3/13/2025 in #❓┊help
How to optimize usage of searchable().
When I search . Right now when the query sql query is this :
select * from `account` where `company_id` = 258 and exists (select * from `employee` where `account`.`id` = `employee`.`account_id` and `employee_status_id` = 1) and (`firstname` like '%lisa%' or `lastname` like '%lisa%' or ((exists (select * from `employee` where `account`.`id` = `employee`.`account_id` and `employee_status_id` like '%lisa%'))) or exists (select * from `employee` where `account`.`id` = `employee`.`account_id` and `employee_no` like '%lisa%') or (exists (select * from `user_role` where `account`.`user_role_id` = `user_role`.`id` and `name` like '%lisa%')) or `designation` like '%lisa%' or `phone` like '%lisa%' or `mobile` like '%lisa%' or exists (select * from `user` where `account`.`user_id` = `user`.`id` and `email` like '%lisa%') or exists (select * from `user` where `account`.`user_id` = `user`.`id` and `username` like '%lisa%') or exists (select * from `employee` where `account`.`id` = `employee`.`account_id` and `address` like '%lisa%') or `created_time` like '%lisa%' or `updated_time` like '%lisa%') order by `account`.`id` asc limit 10 offset 0
select * from `account` where `company_id` = 258 and exists (select * from `employee` where `account`.`id` = `employee`.`account_id` and `employee_status_id` = 1) and (`firstname` like '%lisa%' or `lastname` like '%lisa%' or ((exists (select * from `employee` where `account`.`id` = `employee`.`account_id` and `employee_status_id` like '%lisa%'))) or exists (select * from `employee` where `account`.`id` = `employee`.`account_id` and `employee_no` like '%lisa%') or (exists (select * from `user_role` where `account`.`user_role_id` = `user_role`.`id` and `name` like '%lisa%')) or `designation` like '%lisa%' or `phone` like '%lisa%' or `mobile` like '%lisa%' or exists (select * from `user` where `account`.`user_id` = `user`.`id` and `email` like '%lisa%') or exists (select * from `user` where `account`.`user_id` = `user`.`id` and `username` like '%lisa%') or exists (select * from `employee` where `account`.`id` = `employee`.`account_id` and `address` like '%lisa%') or `created_time` like '%lisa%' or `updated_time` like '%lisa%') order by `account`.`id` asc limit 10 offset 0
how do i improve this ? can i join table ? or did i do something wrong .
20 replies
FFilament
Created by Benjamin on 1/20/2025 in #❓┊help
Performance issue with BulkAction : selectedRecords (only IDs, not Eloquent?)
Thanks man!
16 replies
FFilament
Created by Benjamin on 1/20/2025 in #❓┊help
Performance issue with BulkAction : selectedRecords (only IDs, not Eloquent?)
Yes please bro . Thank you
16 replies
FFilament
Created by Benjamin on 1/20/2025 in #❓┊help
Performance issue with BulkAction : selectedRecords (only IDs, not Eloquent?)
whats the feedback ? would like too hear it
16 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
same for me ! .
31 replies
FFilament
Created by Gudao on 5/21/2024 in #❓┊help
Customize and export a JSON column
Hi . did you happen to figure out how to do this ?
31 replies
FFilament
Created by karpadiem on 7/31/2024 in #❓┊help
Table Column Relationship Sum, Avg, Max, Min, ext being ignored
What did you change ? I still getting list .
11 replies
FFilament
Created by khairulazmi_ on 9/13/2024 in #❓┊help
Why we cant use take() method inside query method ?
solution apply method paginated(false) 🥲 .
4 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
But if user mark as read, filament won't fetch it correct?
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
I don't want user to clear their notifications . Just mark as read only..
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
can we totally remove clear button. ?
25 replies
FFilament
Created by khairulazmi_ on 5/30/2024 in #❓┊help
can we use file upload components inside our livewire ?
I am still learning tho, still learning how to make own component. but thanks for information @Leandro Ferreira 👏🏿
8 replies