I refresh, and no result are shown and this sql query is run:
select count(*) as aggregate from `all_orders` where (`service` = 'null')
select count(*) as aggregate from `all_orders` where (`service` = 'null')
The service is always an integer, can't be null.
Is it the intended way for the url query to switch to null, in case I delete the filter? I noticed, that this isn't the case when I never refresh the site, that is what's causing the problem.
Package filament/filament Package Version v3 Laravel Version v9.19 Livewire Version v3 PHP Version PHP 8.1 Problem description In v3 when you select a filter, the query string will then populate wi...