Sifaka contains a search engine, and supports typical text search capabilities.
Select an index from the Indexes pane.
Select the Search tab in the right content tab pane.
Enter the query, for example: interest rates.
Click on the first link to open the document.
Query terms (e.g., interest rates) are highlighted automatically. To find any term in the document, for example "Japan", enter it in the top right text field and press "Find". All occurrences of the term in the document are highlighted.
If the query matches many documents, they will appear on multiple search results pages. Continue to any page of results by clicking the page number or the left or right arrows at the bottom of the Search tab.
Phrase queries are indicated by words in double quote marks, for example "interest rates". Phrase queries only match document terms that occur in the same order and near each other.
Click on the first link to open the document.
The whole phrase (e.g., interest rates) is highlighted automatically.
Queries can be single or multiple words.
Use double quote marks around multiple word queries for phrase queries.
You can search any field by typing the field name followed by a colon ":" and then the term you are looking for. For example:
headline:Japan body:"interest rates"
To do a proximity search use the tilde, "~", symbol at the end of a Phrase. For example to search for a "Japan" and "rates" within 10 words of each other in a document use the search:
"Japan rates"~10
The AND operator matches documents where both terms exist anywhere in the text of a single document. For example:
Japan AND "interest rates"
The NOT operator excludes documents that contain the term after NOT. For example:
Japan NOT "interest rates"