Managing folders and files : Finding a file : Searching files and folders

Searching files and folders

Searching helps a user to find an item without scanning long lists of files and folders. Search is visible in the banner only if the administrator has it enabled.

Information Console supports searching for files or folders within a folder. The scope of the search is limited to the selected folder and its subfolders. To search the entire Encyclopedia volume, the user must be at the top of the folder hierarchy.

A file and folder search displays files and folders that a user has the privilege to view.

How to use expressions in searches

Search expressions use special characters called operators to find files that match the condition in the expression. For example, Information Console supports using the special character, *, as a wildcard to indicate any variable number of characters before or after a string.

Table 2-2 lists the operators available to search for folders and files.

Searches include the file-name extension. For example, to search for a file called BIRTcharts5.rptdocument, the following expressions would find the file, in addition to finding other files with similar names:

BIRT*
BIRTcharts*
BIRTcharts5.rptdocument
BIRTcharts#*
BIRTcharts[3-6]*
*5*

The following expressions, however, would not find the file:

BIRTcharts5
*5

The file-name extension is included as part of the name when matching a search expression. The search for “BIRTcharts5” fails because there is not a file or folder named “BIRTcharts5”. The search for *5 fails because the end of the document name is “t” and not “5”.

Table 2-3 lists examples of search queries.

BIRT*, customer*
*.rptdocument, *.rptdesign

Searching for the expression “*document” finds files that finish with the word “document”, such as file.rptdocument and file.cubedocument. A file named April Report Document.rptdesign does not match the because the search includes the file-name extension as the end of the file name.

How to use special characters in searches

If a user wants to find a file name that includes one or more special characters, a backslash (\) must precede each special character in the search expression.

Table 2-4 lists the special characters that require a backslash before them when used in searches.

For example, to search for a file where the title includes the characters “user#”, you must type the following search expression:

user\#

If you type user#, the search returns user names that begin with user and end with a number, such as user1, user2, and so on.


(c) Copyright Actuate Corporation 2011