LexikFormFilterBundle icon indicating copy to clipboard operation
LexikFormFilterBundle copied to clipboard

This Symfony bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.

Results 34 LexikFormFilterBundle issues
Sort by recently updated
recently updated
newest added

Error in https://github.com/lexik/LexikFormFilterBundle/blob/master/Event/Subscriber/DoctrineORMSubscriber.php#L111

Hi, I was trying to use this bundle with Symfony 6 but ended up with an error as soon as form filters were submitted. ``` Symfony\Component\HttpKernel\Exception\BadRequestHttpException: Input value "item_filter" contains...

Fix typo in french for lower_than_equal translation: Use _"Plus petit ou égal à"_ instead of _"Plus petit ou égale à"_

## Why? The bundle assumes that relations are surrogate keys, and they are always of `Type::INTEGER`. ## What? This change uses class metadata to get the correct type for the...

I´m using LexikFormFilter to make some filters. I have a ManyToMany relation between entities 'Person' and 'Language', and I want to be able to filter for Persons that don´t speak...

Line 81: $fieldName = ltrim($event->getField(), $rootPart->getAlias() . '.'); is not behaving as expected. Instead of replacing the string containing the alias and ".", it also replaces the first character after...

The ltrim function accepts a list of characters, so any other characters after `.` that matches given list could be removed.

By default types have the default translation domain in this bundle, which is good, because I want to translate the labels in user-land, but the boolean type sets a different...

Ref: https://github.com/lexik/LexikFormFilterBundle/issues/318 Doctrine Issue discussion: https://github.com/doctrine/orm/issues/7827