Filter: ProductFlexSearchFilter
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.
Related Types
Input Fields
Name | Type | Description |
---|---|---|
AND | ProductFlexSearchFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | ProductFlexSearchFilter | 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 |
architectures_contains_all_prefixes | String | Tokenizes the provided string into prefixes, and checks if all prefixes appears in Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
architectures_contains_all_words | String | Tokenizes the provided string into words, and checks if Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
architectures_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
architectures_contains_any_word | String | Tokenizes the provided string into words, and checks if Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
architectures_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
architectures_empty | Boolean | Checks if |
architectures_not_contains_all_prefixes | String | Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
architectures_not_contains_all_words | String | Tokenizes the provided string into words, and checks if at least one word is not contained in Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
architectures_not_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
architectures_not_contains_any_word | String | Tokenizes the provided string into words, and checks if Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
architectures_not_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in Instruction Set Architectures (ISAs) associated with the product; these may be added by users, or by automatic detection by the system; e.g. x86, x64, ARM, Renesas, etc. |
compilers_contains_all_prefixes | String | Tokenizes the provided string into prefixes, and checks if all prefixes appears in Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
compilers_contains_all_words | String | Tokenizes the provided string into words, and checks if Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
compilers_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
compilers_contains_any_word | String | Tokenizes the provided string into words, and checks if Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
compilers_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
compilers_empty | Boolean | Checks if |
compilers_not_contains_all_prefixes | String | Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
compilers_not_contains_all_words | String | Tokenizes the provided string into words, and checks if at least one word is not contained in Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
compilers_not_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
compilers_not_contains_any_word | String | Tokenizes the provided string into words, and checks if Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
compilers_not_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in Compilers used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. GCC, Clang, etc. |
createdAt | DateTime | Checks if The instant this object has been created |
createdAt_gt | DateTime | Checks if The instant this object has been created |
createdAt_gte | DateTime | Checks if The instant this object has been created |
createdAt_in | DateTime | Checks if The instant this object has been created |
createdAt_lt | DateTime | Checks if The instant this object has been created |
createdAt_lte | DateTime | Checks if The instant this object has been created |
createdAt_not | DateTime | Checks if The instant this object has been created |
createdAt_not_in | DateTime | Checks if The instant this object has been created |
ctx | EntityCtxFlexSearchFilter | Allows to filter on the fields of Note that |
description_contains_all_prefixes | String | Tokenizes the provided string into prefixes, and checks if all prefixes appears in A description of the product |
description_contains_all_words | String | Tokenizes the provided string into words, and checks if A description of the product |
description_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if A description of the product |
description_contains_any_word | String | Tokenizes the provided string into words, and checks if A description of the product |
description_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in A description of the product |
description_not_contains_all_prefixes | String | Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in A description of the product |
description_not_contains_all_words | String | Tokenizes the provided string into words, and checks if at least one word is not contained in A description of the product |
description_not_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if A description of the product |
description_not_contains_any_word | String | Tokenizes the provided string into words, and checks if A description of the product |
description_not_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in A description of the product |
id | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
name_contains_all_prefixes | String | Tokenizes the provided string into prefixes, and checks if all prefixes appears in |
name_contains_all_words | String | Tokenizes the provided string into words, and checks if |
name_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if |
name_contains_any_word | String | Tokenizes the provided string into words, and checks if |
name_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in |
name_not_contains_all_prefixes | String | Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in |
name_not_contains_all_words | String | Tokenizes the provided string into words, and checks if at least one word is not contained in |
name_not_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if |
name_not_contains_any_word | String | Tokenizes the provided string into words, and checks if |
name_not_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in |
programmingLanguages_contains_all_prefixes | String | Tokenizes the provided string into prefixes, and checks if all prefixes appears in Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
programmingLanguages_contains_all_words | String | Tokenizes the provided string into words, and checks if Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
programmingLanguages_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
programmingLanguages_contains_any_word | String | Tokenizes the provided string into words, and checks if Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
programmingLanguages_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
programmingLanguages_empty | Boolean | Checks if |
programmingLanguages_not_contains_all_prefixes | String | Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
programmingLanguages_not_contains_all_words | String | Tokenizes the provided string into words, and checks if at least one word is not contained in Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
programmingLanguages_not_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
programmingLanguages_not_contains_any_word | String | Tokenizes the provided string into words, and checks if Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
programmingLanguages_not_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in Programming Language(s) used to build the software for the product; these may be added by users, or by automatic detection by the system; e.g. C, C++, Java, Python, etc. |
updatedAt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_gt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_gte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
url_contains_all_prefixes | String | Tokenizes the provided string into prefixes, and checks if all prefixes appears in The URL for the product's homepage, if it has one |
url_contains_all_words | String | Tokenizes the provided string into words, and checks if The URL for the product's homepage, if it has one |
url_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if The URL for the product's homepage, if it has one |
url_contains_any_word | String | Tokenizes the provided string into words, and checks if The URL for the product's homepage, if it has one |
url_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in The URL for the product's homepage, if it has one |
url_not_contains_all_prefixes | String | Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in The URL for the product's homepage, if it has one |
url_not_contains_all_words | String | Tokenizes the provided string into words, and checks if at least one word is not contained in The URL for the product's homepage, if it has one |
url_not_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if The URL for the product's homepage, if it has one |
url_not_contains_any_word | String | Tokenizes the provided string into words, and checks if The URL for the product's homepage, if it has one |
url_not_contains_phrase | String | Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in The URL for the product's homepage, if it has one |
This page was generated: 2024-11-06