Click for Instructions
- The inventory offers a number of tools to interact with the data (Figure 1). The simplest is the global
Searchbox. This allows for searching across all columns of the table. To the left, there is a more highly controlledSearch Builder. Below this,Search Resultsare reported and there are buttons forData Downloadand use in other applications.
- To set a filter in the
Search Builder, click on theAdd Conditionbutton (Figure 2). This brings up the condition statement builder which is composed of three key parts:Data,Condition, andValue.
- The
Databutton determines which field one will use for filtering (Figure 3). Use the drop down list from this button to select the desired field for filtering.
- The
Conditionbutton determines the nature of the search operator (Figure 4). There are many options, and each functions differently. TheExactargument gives narrow searches while arguments likeContainsorStarts Withoffer more inclusive searches. Users are encouraged to experiment with different search arguments to see which best fits their needs.
- If
Conditionis set toEqualsthen theValuefield lists all possible entries in the selectedDatacolumn (Figure 5). Thus,Equalssets conditions for exact matches to particular field values. This can be useful for searching thecollection, orobjectfields.
- If
Conditionis set toContainsthen theValuefield is set to blank and it will return records from the targetDatafield that match the string a user enters into theValuefield (Figure 6). This can be useful for casting the net wide. For example, ifDatais set to the fieldcultureandConditionis set toContainsand a user enters the wordPueblointoValuefield the search builder will return records that include words like “Ancestral Pueblo”, “Acoma Pueblo”, “Jimez Pueblo”, etc.
- It is possible to string multiple query statements together by adding additional conditions (Figure 7). Additional conditions can be set to use either
AndorOrlogic. The type of logical operator can be toggled fromAndtoOrby clicking on the button.
- Click an associated
Xto clear a search condition.