An asset filter consists of one or more field expressions combined with Boolean operators — for example,
AND,
OR, and
NOT — and other grouping operators. Each field expression specifies which
field is searched and the
field value being searched on.
with <field-name> equal to the name of one of the available asset fields in
Table 4-3, and
<field-value> the value being filtered on. Write, for example,
to find assets whose title contains the word crane. To match on several search words, enclose the words with parentheses. Write
and matches on assets whose title or description contains the words mounted and
crane, whose asset type is
Project, and that was last modified by user
Alice. The following is not valid:
with <attribute-identifier> equal to the identifier of a primitive attribute and
<field-value> the value being filtered on. Write, for example,
to find all assets with the value planned for a hypothetical primitive attribute
status of
Keyword value type. Similarly, the expression
A field expression for a primitive attribute of an Attachment value type matches on the filename. Write, for example,
with <attribute-identifier> equal to the identifier of the
Attachment attribute and
<field-name> equal to the name of one of the available fields in
Table 4-5. Write, for example,
with <composite-identifier> equal to the identifier of a composite attribute,
<primitive-identifier> equal to the identifier of a primitive attribute that is a member of the composite attribute, and
<field-value> equal to the value being filtered on. Write, for example,
to find all assets with the values Paris and
2020 for the two primitive attributes,
conference and
year, belonging to the composite attribute
journal_reference. This syntax is especially useful when you want to match on multiple cells in a table row corresponding to a composite attribute in
Table mode. Write, for example,
to find all assets with a table row in a hypothetical models composite attribute table in which the
model column has a model version title containing
mounted crane, and the
product_version column has the value
11.2.