diff --git a/core/src/main/groovy/com/muwire/core/search/SearchManager.groovy b/core/src/main/groovy/com/muwire/core/search/SearchManager.groovy index ef31b8c9..55231160 100644 --- a/core/src/main/groovy/com/muwire/core/search/SearchManager.groovy +++ b/core/src/main/groovy/com/muwire/core/search/SearchManager.groovy @@ -44,7 +44,7 @@ public class SearchManager { log.info("No results for search uuid $event.uuid") return } - resultsSender.sendResults(event.uuid, event.results, target, event.searchEvent.oobInfohash) + resultsSender.sendResults(event.uuid, event.results, target, event.searchEvent.oobInfohash, event.searchEvent.compressedResults) } boolean hasLocalSearch(UUID uuid) {