Search index files of cataloged PDFs
Search index files of cataloged PDFs
You can speed up the search by searching the index of a catalog of PDFs rather than running a full-text search of each individual PDF document in the catalog.
-
Open a PDF file and choose Basic > Search, or press Command + Shift + F on your keyboard.
-
In the Search window, select Select Index... from the Look In drop-down menu.
-
In the Index Manager dialog box, select an index from the list, or click Add and select an index folder (default name is [index title_index]).
-
Click OK to return to Look In dialog box. The path of the selected index is displayed in the setting box beneath the Look In field in which Currently Selected Indexes is automatically chosen.
-
Enter in words you search for and proceed with your search as usual.
-
Click >>Advanced to adjust advanced search options and then click Search.
Advanced search options
Boolean operators
Use the following Boolean operators to either narrow or broaden your set of results.
-
AND: Use AND between two words to find documents that contain both terms. For example, type New York AND Philadelphia. All documents that contain both words will be found.
-
NOT: Use NOT before a search term to exclude any documents that contain that term. For example, type NOT New York. All documents that do not contain the word New York will be found. Or, type New York NOT Philadelphia to find all documents that contain the word New York but not the word Philadelphia.
-
OR: Use OR to search for all instances of either term you enter. For example, type beside OR besides to fine all documents with occurrences of either word.
-
^: Use ^ (exclusive OR) to search for all instances that contain either term, but not both. For example, type day ^ night and all documents that contain either day or night will be found but not both day and night.
-
( ): Use ( ) to specify the order of evaluation of terms. For example, type yellow & (beans | tails) and all documents containing either yellow and beans or yellow and tails will be found. The query processor performs an OR query on beans and tails, and then performs an AND query on those results with yellow.
Operator
|
Symbol
|
Examples
|
Diagram
|
AND
|
&
|
A & B
A AND B
|

|
OR
|
|
|
A | B
A OR B
|

|
EXCLUSIVE OR
|
^
|
A ^ B
A EXCLUSIVE OR B
|

|
NOT (Single)
|
~
|
~ A
NOT A
|

|
NOT (Multiple)
|
~
|
A ~ B
A NOT B
|

|
Note: you can refer to web sources for more information on Boolean queries, syntax and other operators you can use in you searches.