Filter: FindingFlexSearchFilter

An aggregation contains all values of a list. Each check in this type is true if it matches any of the values in the list.


Input Fields

NameTypeDescription
ANDFindingFlexSearchFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORFindingFlexSearchFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

createdAtDateTime

Checks if createdAt equals a specified value.

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

Checks if createdAt is equal to one of the specified values.

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

Checks if createdAt is not equal to one of the specified values.

The instant this object has been created

ctxRelationEntityCtxFlexSearchFilter

Allows to filter on the fields of ctx.

Note that ctx is an entity extension and thus can never be null, so specifying null to this filter field has no effect.

description_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in description. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

description_contains_all_wordsString

Tokenizes the provided string into words, and checks if description contains all of them. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

description_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if description contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

description_contains_any_wordString

Tokenizes the provided string into words, and checks if description contains at least one of them. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

description_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in description. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

description_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in description. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

description_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in description. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

description_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if description does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

description_not_contains_any_wordString

Tokenizes the provided string into words, and checks if description contains none of them. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

description_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in description. Stemming (reduction of words on their base form) is applied.

Extended description of the finding. May contain Markdown.

idID

Checks if id equals a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_inID

Checks if id is equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this root entity uniquely among others of the same type

id_not_inID

Checks if id is not equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

summary_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in summary. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

summary_contains_all_wordsString

Tokenizes the provided string into words, and checks if summary contains all of them. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

summary_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if summary contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

summary_contains_any_wordString

Tokenizes the provided string into words, and checks if summary contains at least one of them. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

summary_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in summary. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

summary_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in summary. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

summary_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in summary. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

summary_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if summary does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

summary_not_contains_any_wordString

Tokenizes the provided string into words, and checks if summary contains none of them. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

summary_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in summary. Stemming (reduction of words on their base form) is applied.

Summary description of the finding

title_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in title. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

title_contains_all_wordsString

Tokenizes the provided string into words, and checks if title contains all of them. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

title_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if title contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

title_contains_any_wordString

Tokenizes the provided string into words, and checks if title contains at least one of them. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

title_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in title. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

title_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in title. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

title_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in title. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

title_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if title does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

title_not_contains_any_wordString

Tokenizes the provided string into words, and checks if title contains none of them. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

title_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in title. Stemming (reduction of words on their base form) is applied.

A short title or description of the finding

updatedAtDateTime

Checks if updatedAt equals a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_inDateTime

Checks if updatedAt is equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time (not including relation updates)

updatedAt_not_inDateTime

Checks if updatedAt is not equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

vulnIdFromTool_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in vulnIdFromTool. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnIdFromTool_contains_all_wordsString

Tokenizes the provided string into words, and checks if vulnIdFromTool contains all of them. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnIdFromTool_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if vulnIdFromTool contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnIdFromTool_contains_any_wordString

Tokenizes the provided string into words, and checks if vulnIdFromTool contains at least one of them. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnIdFromTool_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in vulnIdFromTool. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnIdFromTool_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in vulnIdFromTool. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnIdFromTool_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in vulnIdFromTool. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnIdFromTool_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if vulnIdFromTool does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnIdFromTool_not_contains_any_wordString

Tokenizes the provided string into words, and checks if vulnIdFromTool contains none of them. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnIdFromTool_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in vulnIdFromTool. Stemming (reduction of words on their base form) is applied.

The original non-unique id of the finding from the imported Test information. This ID may be a CVE id, or specific to the tool, such or SNYK id.

vulnerabilityIds_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in vulnerabilityIds. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.

vulnerabilityIds_contains_all_wordsString

Tokenizes the provided string into words, and checks if vulnerabilityIds contains all of them. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.

vulnerabilityIds_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if vulnerabilityIds contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.

vulnerabilityIds_contains_any_wordString

Tokenizes the provided string into words, and checks if vulnerabilityIds contains at least one of them. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.

vulnerabilityIds_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in vulnerabilityIds. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.

vulnerabilityIds_emptyBoolean

Checks if vulnerabilityIds is an empty list (true) or a non-empty list or null (false).

vulnerabilityIds_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in vulnerabilityIds. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.

vulnerabilityIds_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in vulnerabilityIds. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.

vulnerabilityIds_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if vulnerabilityIds does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.

vulnerabilityIds_not_contains_any_wordString

Tokenizes the provided string into words, and checks if vulnerabilityIds contains none of them. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.

vulnerabilityIds_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in vulnerabilityIds. Stemming (reduction of words on their base form) is applied.

Vulnerability IDs associated with this test record (such as CVE-2022-1234). These IDs are typically not unique to the tool.


This page was generated: 2024-10-16