Skip to end of banner
Go to start of banner

Asset DashBoard (Beta!)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

 

Assets and Inventory plugin introduces Lucene Indexes and a new UI Dashboard. Install version 5.0.0 or higher to get it. Please notice that this is a BETA release. We will continuously introduce new features.

New dashboard is available on the "Assets and Inventory" top menu "Asset Dahsboard (Beta!)" link. 

Your feedback is highly appreciated and will help us to improve our ability to serve you and other users of our products. Please see our Service Desk.

Please see /wiki/spaces/AIP/pages/10256574 page for the main development topics.

Asset Navigator

This is the first component with the new architecture. Now it is easier to search, filter and navigate assets.

Users need "View Assets Report" asset permission to query assets view the Navigator.

Wildcard Searches with Lucene

Lucene supports wildcard searches, please refer to official document.

The single character wildcard search looks for terms that match that with the single character replaced. For example, to search for "text" or "test" you can use the search

te?t

Multiple character wildcard searches looks for 0 or more characters. For example, to search for test, tests or tester, you can use the search: 

test*

You can also use the wildcard searches in the middle of a term.

te*t

Asset Navigator - Detail view mode

 

Asset Navigator - List view mode

Asset Navigator - Advanced view mode

 

Asset Navigator - Attribute filter options

 

Asset Navigator - Filter by Gender and Marital Status attributes

 

Asset Navigator - Filter by Gender attribute

 

 

 

Settings

Indexing

Plugin periodically checks the index and re-index whole asset database in the background if there is document count mismatch. You can manually trigger indexing at Settings tab as well.

Users need "Addon Configuration and History" asset permission to view and configure Settings.

  • No labels