- Issue created by @drunken monkey
- Merge request !41Resolve #3500721: Fix unnecessary item load in LiveResults::getAutocompleteSuggestions() โ (Open) created by drunken monkey
In LiveResults::getAutocompleteSuggestions()
we currently load all result items, without first checking whether they havenโt already been loaded. Entity caching will alleviate this problem most of the time, still itโs probably better to avoid item loads where possible.
Active
1.0
Plugins