genemu_jqueryautocompleter_entity executes doctrine query
Closed this issue · 1 comments
dkorsak commented
I have widget genemu_jqueryautocompleter_entity with config:
'route_name' => 'my_route',
'class' => MyEntity'
Why this AJAX autocompleter widget executes database query and gets full list of records from database during create widget? When I have 60K records in database widget there is time out, because doctrine gets 60k records.
This widget worked a couple days ago without execute query