fix showing search results
This commit is contained in:
parent
f4ac135246
commit
1cf223395a
@ -74,13 +74,6 @@ class SearchProvider implements IProvider {
|
||||
);
|
||||
}, $parsed);
|
||||
|
||||
// $result = [new SearchResultEntry(
|
||||
// '',
|
||||
// 'SRF Virus',
|
||||
// 'alternative, youth',
|
||||
// $this->url->linkToRouteAbsolute('radio.page.index') . 'search/' . urlencode($query->getTerm()), // FIXME: urlencode working?
|
||||
// 'icon-notes-trans'
|
||||
// )];
|
||||
return SearchResult::complete(
|
||||
$this->getName(),
|
||||
$result
|
||||
|
Loading…
Reference in New Issue
Block a user