|
@@ -483,7 +483,7 @@ function buildSelector(queryParams) {
|
|
|
|
|
|
const attachments = Attachments.find({ 'original.name': regex });
|
|
const attachments = Attachments.find({ 'original.name': regex });
|
|
|
|
|
|
- const comments = CardComments.find(
|
|
|
|
|
|
+ const comments = ReactiveCache.getCardComments(
|
|
{ text: regex },
|
|
{ text: regex },
|
|
{ fields: { cardId: 1 } },
|
|
{ fields: { cardId: 1 } },
|
|
);
|
|
);
|