OM

Size: a a a
OM
DE
[a-zA-Z0-9]{5,12}
OM
k
A
k
DE
k
DE
k
DE
k
andFilters.push({ deleted: { $ne: true } });
andFilters.push({ suspended: { $ne: true } });
andFilters.push({ lastDeviceId: { $exists: true } });
andFilters.push({ pushRegistration: { $ne: false } });
andFilters.push({
$or: [
{ lastDeviceOS: 'android' },
{
$and: [{ lastDeviceOS: 'ios' }, { lastAppVersion: { $gte: '5.9.10' } }] <— это не работает
}
]
});
S
andFilters.push({ deleted: { $ne: true } });
andFilters.push({ suspended: { $ne: true } });
andFilters.push({ lastDeviceId: { $exists: true } });
andFilters.push({ pushRegistration: { $ne: false } });
andFilters.push({
$or: [
{ lastDeviceOS: 'android' },
{
$and: [{ lastDeviceOS: 'ios' }, { lastAppVersion: { $gte: '5.9.10' } }] <— это не работает
}
]
});
DE
andFilters.push({ deleted: { $ne: true } });
andFilters.push({ suspended: { $ne: true } });
andFilters.push({ lastDeviceId: { $exists: true } });
andFilters.push({ pushRegistration: { $ne: false } });
andFilters.push({
$or: [
{ lastDeviceOS: 'android' },
{
$and: [{ lastDeviceOS: 'ios' }, { lastAppVersion: { $gte: '5.9.10' } }] <— это не работает
}
]
});
k
DE
k
DE
IM