The search bar in the upper right corner of the window allows you to search for archives. The search works like a filter: As soon as you enter a search query, the inventory view will only show archives that match the given search query as you type.
In addition to filtering, you can also search across multiple vaults within the current region like so:
This search method allows you to cycle through 10 matching archives per vault. If you don't find your archive this way, try to narrow the search by entering a more specific search query.
If you want to search case insensitive instead of case sensitive, click on the loupe icon next to the search bar and check "Ignore case" from the dropdown menu.
The search query accepts SQL-LIKE wildcards:
%
) represents any or no characters at all.
_
) represents a single character.
Example: If you want to search for all archives that start with ARCHIVE
and end with .pdf
the search query would be ARCHIVE%.pdf
.
If you prefix your search query with the caret (^
) character,
the search will only match if your search query appears at the beginning of
an archive name. For example the query ^archive
will match
the archive name archive.pdf
but not barchive.pdf
.
Prefix your search query with an exclamation mark to negate it.
For example, !.pdf
will exclude all archives that contain .pdf
.
Next: Troubleshooting