Yoan MALENFERT

Results 5 issues of Yoan MALENFERT

```php $searchText = 'test'; $query_builder = User::search($searchText); $query_builder->where('a =', 100); ``` it's correct, result : ```php select count(*) as aggregate from `beats` where a< '10' AND b> '100' AND MATCH(title)...

help wanted

I have a user form where he can upload an avatar and fill other fields. If he uploads an image but the request doesn't pass the validation on an other...

unconfirmed bug
high priority

I don't see anything in javascript side handling this case. Should we add an observer on page visibility or something else to ensure that we have to make an ajax...

enhancement

It would be nice if each release was documented. Thanks

enhancement

As it is intended to be used in CI, it would be nice to dockerize greenframe-cli, no?