The search system indexes tokens instead of whole property values. Tokens are individual chunks of a property value that allow the system to locate files based on pieces of information. This type of searching allows for quicker search results and reduces the impact to the system when searching vaults containing thousands of property values.
All adjacent characters of like type are grouped into a single token. Like type is alphabetic (A, B, C, ...Z), numeric (0,1,2,..9), or special punctuation (-,_,@...$).
Only six punctuation characters are searchable:
All other punctuation are not searchable and are not contained in tokens.
This table shows how three different file names would be broken down into tokens.
File Name | Tokens |
---|---|
A-055401-321.ipt |
|
Great White Shark.doc |
|
Gr8work.xls |
|
In previous editions of Autodesk Vault, search strings were automatically appended with a wildcard to ensure that any property values beginning with the specified search string were returned. For example, a basic search for DES would bring back a file named Design00.idw and any files with DES as the author's initials.
Knowing how property values are broken down into tokens allows users to search for tokens only. This reduces the impact to the system when returning multiple results by letting users refine their search. Now when a user performs the same search for DES, only the files with the author's name of DES are returned. The results do not include the Design00.idw file because the first token is Design, whereas the author's initials of DES are a complete token.
This ability to specify search values based on tokens allows more latitude when constructing searches. A user can append a wildcard for broader searches or specify a token for more refined returns.
You can use wildcards and boolean operators when specifying search criteria. Boolean operators are only available in the Advanced tab of the Find dialog and work only within a single search criterion. You cannot use a boolean operator between search criteria.
Wildcards
* |
Represents any number of characters within a string. |
? |
Represents a single character within a string. |
Boolean Operators (case insensitive)
and |
Searches for x AND y in any order. The search granny AND smith returns anything containing both words. |
or |
Searches for either x OR y. The search granny OR smith returns anything containing either word. |
not |
Searches for documents that do NOT contain x. The search NOT granny returns anything which does not contain granny. |
" " |
Searches for the phrase contained within the quotation marks.
Note: Tokenized search rules are still applied to the string within the quotation marks but special operators (AND, OR, NOT) within the quotation marks are treated as text.
|
The basic search searches a specified set of properties for a text string. Use the basic search field to locate any file item, CO or folder based on simple search criteria. When a search is performed, the main view displays the results of the search. Clear the search field to display the main view in its entirety. The Search field can be expanded to add criteria to the search using the query builder.
You can also save a search, create a search folder, or access the Find dialog from the basic Search field.
The search results are displayed in the main view.
Add Search Criteria Using the Query Builder
With the query builder, you can create more detailed queries by adding properties and values to the search criteria.
Using a Parameterized Search
Using the Advanced tab in the Find dialog, you can create and save a parameterized search folder. A parameterized search folder is a saved search for which you are prompted for values when the search is initiated.
Basic Search Options
Depending on whether you are searching for files or items, different options are available for the basic search.
Or
Recent Searches | The 10 most recent search strings are saved for quick access. Select Recent Searches and then select a search string from the list. |
Search Subfolders | You can specify whether or not subfolders are also searched. Select Search Subfolders from the Options menu to exclude or include subfolders when searching. Subfolders are searched by default. This option is only available when searching for files. |
Search File Content | By default, only file properties are searched for the specified text string. To expand the scope of the search to include file content, select Search File Content from the Options menu. This option is only available when searching for files. |
Save Search... | Select Save Search to save the current search criteria. By default, it is saved as a search folder. |
Find... | Select Find to display the Find dialog and perform a more complex search. |
You can save the search criteria entered in the Quick Find bar or in the Find dialog box so that you can perform the same search again. The criteria are saved but the results of the search are not. Searches are saved per user account, so your saved searches are accessible only to you. A saved search can only be opened in the Find dialog box.
A search folder is similar to a saved search. Each search folder is associated with a saved search. Search folders are listed in the navigation pane. When a search folder is selected, the saved search associated with it is automatically performed and the results are displayed in the main view. Search folders can be created from existing saved searches or directly from the Find dialog box.
When the results of a search folder are displayed in the main view, the Quick Find bar can be used to perform a search within the search results to further narrow the field. The combined search can then be saved, resulting in a saved search that consists of the search folder criteria AND the Quick Find criteria.