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

Advanced serach cannot intersect multiple analysis #1186

Closed
maringuu opened this issue Jan 9, 2024 · 1 comment
Closed

Advanced serach cannot intersect multiple analysis #1186

maringuu opened this issue Jan 9, 2024 · 1 comment

Comments

@maringuu
Copy link
Collaborator

maringuu commented Jan 9, 2024

This does not produce any results, despite there being thousands of files that match this query.
Note that it works if we leave out the query for the file_type plugin.
Also these kinds of queries should be documented.

{
    "processed_analysis.software_components.OpenSSL": {
        "$exists": "true"
    },
    "processed_analysis.software_components.OpenSSL.meta.version": {
        "$exists": "true"
    },
    "processed_analysis.file_type.mime": "application/x-executable"
}
@jstucke
Copy link
Collaborator

jstucke commented Dec 4, 2024

I will close this, since the Advanced Search is planned to be replaced by the GraphQL search (which supports queries like that)

@jstucke jstucke closed this as completed Dec 4, 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 a pull request may close this issue.

2 participants