Leandro Ferreira
Results
3
comments of
Leandro Ferreira
I'll check it! Thank you
Does it work without `->searchable()`?
The issue arises because of `searchable()` using JS. I thought about using `->searchable(fn (string $operation): bool => $operation !== 'view')` to disable searching on the view page, but this would...