Search and Filters
Omnibar Search: The search box at the top of every screen now supports searching across all fields within Assetbots. This provides a unified and convenient way to find the information you need. This empowers users to perform more sophisticated searches, including:
Fuzzy Search:
apple
: Performs a fuzzy search for "apple"."macbook pro"
: Performs a fuzzy search for the phrase "macbook pro".
Exact Search:
=LP-RX3B3GTO
: Searches for the exact string "LP-RX3B3GTO".="macbook pro"
: Searches for the exact phrase "macbook pro".
Field-Specific Search:
serialNumber:12345
: Searches for "12345" within the "Serial Number" field.serialNumber:=12345
: Performs an exact search for "12345" within the "Serial Number" field. (Note: You can find the field keys in the "Edit Fields" dialog.)
Wildcard Search:
^mac
: Searches for values that start with "mac".pro$
: Searches for values that end with "pro".
OR Operator:
=broken | =lost
: Searches for assets that have either "broken" or "lost" as their status.