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

Improve correlation for optimized search in rest source and improve general correlation by downloading manifests #3252

Merged
merged 9 commits into from
May 18, 2023

Conversation

yao-msft
Copy link
Contributor

@yao-msft yao-msft commented May 15, 2023

Unit tests added. Manual validation that microsoft edge can now be successfully correlated.

Microsoft Reviewers: Open in CodeFlow

@yao-msft yao-msft requested a review from a team as a code owner May 15, 2023 22:41
@yao-msft
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@yao-msft
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

JohnMcPMS
JohnMcPMS previously approved these changes May 18, 2023
@@ -894,7 +894,7 @@ namespace AppInstaller::Repository

bool operator==(const SystemReferenceString& other) const
{
return Field == other.Field && String1 == other.String1 && String2 == other.String2;
return Field == other.Field && Utility::CaseInsensitiveEquals(String1, other.String1) && Utility::CaseInsensitiveEquals(String2, other.String2);
Copy link
Member

Choose a reason for hiding this comment

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

Probably needs to be ICU case insensitive since it is arbitrary data.

Copy link
Member

Choose a reason for hiding this comment

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

Or better yet, just FoldCase on construction and go back to ==.

@yao-msft yao-msft merged commit f712417 into microsoft:master May 18, 2023
@yao-msft yao-msft deleted the edgecorrelation branch May 18, 2023 21:20
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.

2 participants