Use Asset Filters
Last updated
Last updated
Asset filters have been introduced in June 2022.
After selecting the class group to view, you can filter the results with one property filter.
In the center column, select the Property from the dropdown
Select an operator ( =, <, > )
Write a value in the field
You can filter on one property at a time. The list of properties shown is populated by finding all Fields and Properties on the selected class that are using the VaultFilterable
attribute. You can add this attribute to your own class fields and properties to get them to appear in the list of filterable data points.
All filterable properties will be added to the list after you select a class from the left column. Note that you can only do a single filter operation and only a few Types are supported at this time:
string
float
int
If you add the attribute to other types you will be met with errors unless they can convert perfectly to one of these supported types. Don't try to go and filter things on some crazy Dictionary field you have or something. It's not that magical yet.