oto czego chcesz:
możesz użyć wyrażenia regularnego w operatorze $in w następujący sposób:
{array: { $elemMatch: { title: { $in: [/Vegetables/, /Fruits/] }}}}
oto czego chcesz:
możesz użyć wyrażenia regularnego w operatorze $in w następujący sposób:
{array: { $elemMatch: { title: { $in: [/Vegetables/, /Fruits/] }}}}