mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Board search, removed limit of 10 cards
This commit is contained in:
parent
90b0a93547
commit
20415b881c
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ Boards.helpers({
|
|||
} else {
|
||||
query.type = { $nin: ['template-card'] };
|
||||
}
|
||||
const projection = { limit: 10, sort: { createdAt: -1 } };
|
||||
const projection = { sort: { createdAt: -1 } };
|
||||
|
||||
if (term) {
|
||||
const regex = new RegExp(term, 'i');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue