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

Refactor primitive queries into AND of atoms #217

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

msm-cert
Copy link
Member

@msm-cert msm-cert commented Oct 1, 2024

Instead of having a dedicated query type to AND of tokens, we can just create a query type for tokens and use AND query type with them. This makes optimization easier later.

This PR also changes the way build versions work (the current method with git revision parsing was too brittle, and didn't work for me).

@msm-cert msm-cert merged commit 90d706d into master Oct 1, 2024
5 checks passed
@msm-cert msm-cert deleted the fix/refactor-primitive-queries branch October 1, 2024 12:03
@msm-cert msm-cert restored the fix/refactor-primitive-queries branch October 1, 2024 12:26
@msm-cert msm-cert deleted the fix/refactor-primitive-queries branch October 1, 2024 12:26
@msm-cert msm-cert mentioned this pull request Oct 17, 2024
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