Filter: AssetFlexSearchFilter
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 | AssetFlexSearchFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | AssetFlexSearchFilter | 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 |
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 | RelationEntityCtxFlexSearchFilter | 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 asset |
description_contains_all_words | String | Tokenizes the provided string into words, and checks if A description of the asset |
description_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if A description of the asset |
description_contains_any_word | String | Tokenizes the provided string into words, and checks if A description of the asset |
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 asset |
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 asset |
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 asset |
description_not_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if A description of the asset |
description_not_contains_any_word | String | Tokenizes the provided string into words, and checks if A description of the asset |
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 asset |
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 of the asset |
name_contains_all_words | String | Tokenizes the provided string into words, and checks if Name of the asset |
name_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if Name of the asset |
name_contains_any_word | String | Tokenizes the provided string into words, and checks if Name of the asset |
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 of the asset |
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 of the asset |
name_not_contains_all_words | String | Tokenizes the provided string into words, and checks if at least one word is not contained in Name of the asset |
name_not_contains_any_prefix | String | Tokenizes the provided string into prefixes, and checks if Name of the asset |
name_not_contains_any_word | String | Tokenizes the provided string into words, and checks if Name of the asset |
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 Name of the asset |
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) |
This page was generated: 2024-11-06