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

Enforce term limits during EdgeQueries #2274

Merged
merged 5 commits into from
Feb 8, 2024
Merged

Conversation

jschmidt10
Copy link
Collaborator

We currently do not limit terms correctly for EdgeQueries due to the condition being checked in the parent AND or OR node before we have visited the terms and incremented the termCount.

Updated to increment the term count and check as we go.

apmoriarty
apmoriarty previously approved these changes Feb 8, 2024
apmoriarty
apmoriarty previously approved these changes Feb 8, 2024
ivakegg
ivakegg previously approved these changes Feb 8, 2024
@ivakegg ivakegg merged commit c5287da into integration Feb 8, 2024
3 checks passed
ivakegg pushed a commit that referenced this pull request Feb 8, 2024
* Enforce term limits during EdgeQueries
* Update error message
* Fix EdgeQuery maxQueryTerms setting
ivakegg pushed a commit that referenced this pull request Feb 8, 2024
* Enforce term limits during EdgeQueries
* Update error message
* Fix EdgeQuery maxQueryTerms setting
ivakegg pushed a commit that referenced this pull request Feb 8, 2024
* Enforce term limits during EdgeQueries
* Update error message
* Fix EdgeQuery maxQueryTerms setting
rdhayes68 pushed a commit that referenced this pull request Feb 21, 2024
* Enforce term limits during EdgeQueries
* Update error message
* Fix EdgeQuery maxQueryTerms setting
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.

None yet

4 participants