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

DVX-739: Added a new attribute modelEntityAssociationQualifiedName to the ModelAttributeAssociation #960

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

Aryamanz29
Copy link
Member

No description provided.

@Aryamanz29 Aryamanz29 requested a review from cmgrote as a code owner October 29, 2024 15:18
@Aryamanz29 Aryamanz29 self-assigned this Oct 29, 2024
@Aryamanz29 Aryamanz29 added the enhancement New feature or request label Oct 29, 2024
Copy link
Collaborator

@cmgrote cmgrote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is a denormalized qualifiedName, I think we need to force it to a keyword index like we have elsewhere — by adding a indexAs = "keyword"...

(Actually we should probably do that to the other qualifiedName fields in these Model..Association objects, too, as it looks like we've missed it elsewhere in them?)

Without it, they'll be indexed as text fields, so tokenized, etc — could give some unintended results when querying the way we want to query them (i.e. by exact-matching)...

@Aryamanz29 Aryamanz29 merged commit f364db9 into main Oct 29, 2024
4 checks passed
@Aryamanz29 Aryamanz29 deleted the DVX-739 branch October 29, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants