-
Notifications
You must be signed in to change notification settings - Fork 63
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
Added base_query filters to merged queries for all command line argument scenarios #78
Conversation
…ions and resolved double merges of base_query.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both the _process_queries
and get_results
functions rely on the self._queries
to build S1 searches. I would leave these functions as-is since they are standardized across EDR product files.
Since self._queries
is defined in the function nested_process_search
, I would recommend inject the filter options there. Per line #339 (or around that area), base_query
is processed but is never used so it should just be a matter of adjusting how new entries into self._queries are created.
Added base_query filters to merged queries for all command line argument scenarios
Changes
Closes #77