Lead smart list, is it reusable?

Hi,



I am working on a project at the office and we need to implement a list filtering option. I tried to tweak the LexikFormFilter but they aren’t flexible on the query option and the Mautic filter is exactly what we are looking for, so I was wondering if it was reusable in other projects and what bundle would we need to use?



Thanks in advance for any kind of input!

Thanks for the answer Chad!

Hi,

I am working on a project at the office and we need to implement a list filtering option. I tried to tweak the LexikFormFilter but they aren’t flexible on the query option and the Mautic filter is exactly what we are looking for, so I was wondering if it was reusable in other projects and what bundle would we need to use?

Thanks in advance for any kind of input!

Hi Bendells:

The mautic list filtering system is custom to Mautic and uses a combination of javascript and database queries that are executed with Doctrine and Symphony. I don’t think there’s a very reusable way of doing exactly what we have, but using regular Symphony and doctrine components you should be able to build the same functionality.