Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue when a property is configured in multiple indexes #534

Closed
wants to merge 2 commits into from

Conversation

chrisblock
Copy link

This should resolve #460.

Given my current understanding, the issue appears to stem from the fact that in the IndexConfiguration class it simply replaces the existing IndexAnnotation with a new one (via the MetadataItem.AddAnnotation method), rather than appending the additional IndexAttribute(s) to the existing IndexAnnotation (if it exists).

@dnfclas
Copy link

dnfclas commented May 7, 2018

CLA assistant check
All CLA requirements met.

@ajcvickers
Copy link
Member

ajcvickers commented Jun 26, 2019

@chrisblock Thanks for submitting this PR. It is essentially the same as #677, which is now merged. Both fixes look good, but #677 was slightly more DRY and therefore less code.

@oliverjanik
Copy link

I can't upgrade to 6.3.0 because of #1290

6.2.0 has has this problem.

Seems like every version since 6.1.3 is a bust.

Where's quality control, Microsoft?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants