filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
16.01k stars 2.55k forks source link

Add table `->searchable()` API #11133

Open zepfietje opened 5 months ago

zepfietje commented 5 months ago

Donate 💰 to fund this issue

Fund with Polar

omar-bfe commented 4 months ago

is there an issue with the Table CanSearchRecords Concerns because now it is pointing to this Trait

and do not have the applySearchToTableQuery function and so the scout search on the tables do not work.