Good day, I notice that verifier flags index definition that are only differing in order ex.
{
v: 2,
key: { thisId: 1 },
name: 'thisId',
unique: true
}
vs.
{
v: 2,
unique: true,
key: { thisId: 1 },
name: 'thisId'
}
Is there an option to ignore this so that it reduce the noise in the analysis report w/c could potentially mask more important ones.
Regards,
Jeff
Good day, I notice that verifier flags index definition that are only differing in order ex.
vs.
Is there an option to ignore this so that it reduce the noise in the analysis report w/c could potentially mask more important ones.
Regards,
Jeff