Skip to content

Is there an option to ignore index field order like what --docCompareMethod does #208

@j3ffrw

Description

@j3ffrw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions