|
@@ -950,7 +950,7 @@ Boards.helpers({
|
|
} else {
|
|
} else {
|
|
query.type = { $nin: ['template-list'] };
|
|
query.type = { $nin: ['template-list'] };
|
|
}
|
|
}
|
|
- const projection = { limit: 10, sort: { createdAt: -1 } };
|
|
|
|
|
|
+ const projection = { sort: { createdAt: -1 } };
|
|
|
|
|
|
if (term) {
|
|
if (term) {
|
|
const regex = new RegExp(term, 'i');
|
|
const regex = new RegExp(term, 'i');
|