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

[Issue #2177] Fix facet count name issue #2181

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

chouinar
Copy link
Collaborator

Summary

Fixes #2177

Time to review: 3 mins

Changes proposed

Fixed issue with facet count names which was causing the opportunity status to be populated incorrectly

Added a test to prevent issue in the future

Context for reviewers

These fields aren't used yet - just a minor bug I noticed when setting up the demo the other day

Copy link
Collaborator

@mdragon mdragon left a comment

Choose a reason for hiding this comment

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

Looks good. Just confirming that the assert will fail if we added a 6th agg to the query and didn't update the test?

@chouinar
Copy link
Collaborator Author

Looks good. Just confirming that the assert will fail if we added a 6th agg to the query and didn't update the test?

Yes - mostly it is there to make sure everything you expect is configured. Likely will add more in-depth tests once the feature gets used (verifying the exact counts returned).

@chouinar chouinar merged commit c1d429a into main Sep 20, 2024
8 checks passed
@chouinar chouinar deleted the chouinar/fix-facet-count-name branch September 20, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Fix facet count names
2 participants