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

Optimize QueryOptions to only include entries for non-default value options #2420

Open
wants to merge 57 commits into
base: integration
Choose a base branch
from

Conversation

SethSmucker
Copy link
Collaborator

  • Create function evaluateBooleanOption() method in QueryOptions
  • Use evaluateBooleanOption() in the validateOptions() method
  • Add a test in QueryOptionsTest to test evaluateBooleanOption()

resolves #2410

@lbschanno lbschanno marked this pull request as draft July 9, 2024 17:43
@SethSmucker SethSmucker changed the title Add defaulting of non-"false" QueryOption fields to "true" Optimize QueryOptions to only include entries for non-default value options Jul 11, 2024
@ivakegg
Copy link
Collaborator

ivakegg commented Sep 4, 2024

I had added several comments but then removed them once I figured out what the thought process is here. I think this looks good, but I need to do some integration testing before bringing it in.

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.

Tighter query options
4 participants