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

Fix(query): Fix the label matcher to avoid using contains when distinguishing each label for chunk #16

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

sharkpc138
Copy link
Contributor

@sharkpc138 sharkpc138 commented Nov 14, 2024

Invalid chunks are sometimes returned with label requests.
This occurs because the labels are partially not matched exactly, but partially.
With this fix, the labels will be matched exactly.

For example, a query parameter with labelA=1 could return chunks that contain labelA=12.

@sharkpc138 sharkpc138 merged commit cf03850 into main Nov 14, 2024
1 check passed
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.

1 participant