-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Search | ||
|
||
{{extra.project}} offers an extensive searching mechanism that is designed to allow you to quickly find a document you're looking for. | ||
|
||
When you search {{extra.project}} for a document, it tries to match this query | ||
against your documents. {{extra.project}} will look for matching documents by | ||
inspecting their content, title, and tags. | ||
|
||
!!! note | ||
|
||
{{extra.project}} searches only in **content of the last version** of the document | ||
|
||
|
||
By default, {{extra.project}} returns only documents which contain all words typed in | ||
the search bar. However, {{extra.project}} also offers addional search syntax if you | ||
want to drill down the results further. | ||
|
||
|
||
Matching inexact words: | ||
|
||
*5951 | ||
|
||
Will return document with title: brother_005951.pdf | ||
|
||
Matching specific tags: | ||
|
||
tags:paid | ||
|
||
will return documents with tag "paid" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters