fix search provider names/ids, set results thumbnail urls, use them in ref provider
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
@@ -49,7 +49,7 @@ class CardCommentProvider implements IProvider {
|
||||
}
|
||||
|
||||
public function getId(): string {
|
||||
return 'deck-comment';
|
||||
return 'search-deck-comment';
|
||||
}
|
||||
|
||||
public function getName(): string {
|
||||
@@ -65,7 +65,7 @@ class CardCommentProvider implements IProvider {
|
||||
$results
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
return SearchResult::paginated(
|
||||
$this->l10n->t('Card comments'),
|
||||
$results,
|
||||
|
||||
Reference in New Issue
Block a user