Finding Projects Using Attribute Filters
As your collection of assets in the database grows in size, it will become important to be able to search and filter on the assets. On the Home page:
1
2
Under Asset Type, select Project in the list.
The search result is updated to show the two assets with the project asset type.
3
Under Status, select Ongoing in the list.
The search result shows the ongoing combination wrench project.
4
Click the Clear Filters button to clear the two applied filters.
5
In the Title field under Model versions > Model version, write electrical heating busbar.
The Title field of the Model version attribute matches on the title of the linked model version. In this case, the search result shows the busbar redesign project. You can also try a wildcard search. Test with, for example, electric* in the Title field.
6
Click the Clear Filters button to clear the Model versions > Model version filter.
7
Under Work group, write research and development.
You may be surprised to find that no assets match the filter. The reason is that spaces must be escaped with a backslash when filtering on attributes of keyword value type. Alternatively, you can filter using a wildcard or using phrase matching.
8
Replace the filter value with research\ and\ development. Also test with an appended wildcard, research*, and as a phrase, “research and development”.
In all three cases, you will match on the combination wrench project.
9
Click Clear Filters to clear the Work group filter.
You can also filter by writing a filter expression directly in the Search field. Write, for example, @status:planned and press Enter to match on the busbar redesign project.
See Searching on Asset Attributes to learn more on how you can search and filter assets on their attributes.