Added library node "searchable" switch

This commit is contained in:
Stefan Zermatten
2023-06-07 14:19:06 +02:00
parent 6e47395327
commit c00e618f85
4 changed files with 25 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ export default function getSlotFillFilter({ slot, libraryIds }) {
if (!libraryIds) throw 'LibraryIds is required for getSlotFillFilter';
let filter = {
fillSlots: true,
removed: { $ne: true },
$and: []
};