Skip to content

Multiple indexes cannot be defined for a given property #208

@MichaelBrunck

Description

@MichaelBrunck

[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]

Should be applied to MongoFramework.Attributes.IndexAttribute. I believe the code already supports multiple index attributes, but this flag is not set, so only one can be defined. This is problematic when creating multiple compound indexes for specific queries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions