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

expose partial matches #534

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

expose partial matches #534

wants to merge 2 commits into from

Conversation

philsippl
Copy link
Contributor

Extends the UniquenessResult with partial results for both eyes.

pub struct UniquenessResult {
    // ...
    pub matched_serial_ids:       Option<Vec<u32>>,
    pub matched_serial_ids_left:  Option<Vec<u32>>, // New
    pub matched_serial_ids_right: Option<Vec<u32>>, // New
}

@github-actions github-actions bot added the enhancement New feature or request label Oct 16, 2024
@philsippl
Copy link
Contributor Author

consumer of this message (signup service) probably need to get adapted to additional fields, please do before merging.

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