Yes, I've had this a few times, though not recently, so my memory might be wrong here.
I think you're missing a filter definition form, something like "filter_<main_form_name>.xml" in your "forms" directory and you need to load that in your htmlView file with something likeYou need to have the search field in the xml of course.
I think you're missing a filter definition form, something like "filter_<main_form_name>.xml" in your "forms" directory and you need to load that in your htmlView file with something like
Code:
$this->filterForm = $this->get('FilterForm');
Statistics: Posted by MarkRS — Tue Jun 04, 2024 5:26 pm