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

Merge main (v1.6.2) into develop #458

Merged
merged 6 commits into from
Aug 13, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Merge main (v1.6.2) into develop

github-actions bot and others added 4 commits August 12, 2024 17:40
* Avoid map key conflict for document results

We currently can't have VerticalResults for document verticals since
two results from the same entity will cause a map key conflict.
To resolve this, we are making the key the result ID and the result
index which should always be unique.

J=WAT-4282
TEST=manual,auto

Created a test document search config on the test-site which previously
failed to return VerticalResults properly due to the key error
now returns the results and updates on a new search

* Update snapshots

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Version 1.6.2
**Fixes**
- Enables Document Verticals to use VerticalResult by adjusting VerticalResult map key to combine the result id and index avoiding conflicts #456
@github-actions github-actions bot requested a review from a team as a code owner August 12, 2024 18:28
Copy link
Contributor Author

Current unit coverage is 91.95736434108527%
Current visual coverage is 79.2817679558011%
Current combined coverage is 92.4455205811138%

@coveralls
Copy link

coveralls commented Aug 13, 2024

Coverage Status

coverage: 85.208% (-0.007%) from 85.215%
when pulling d9c924b on dev/merge-v1.6.2-ae60515-into-develop
into 290fc7c on develop.

@Fondryext Fondryext merged commit 6f184f8 into develop Aug 13, 2024
19 of 22 checks passed
@Fondryext Fondryext deleted the dev/merge-v1.6.2-ae60515-into-develop branch August 13, 2024 17:09
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.

3 participants