This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation. |
Difference between revisions of "File search"
(→Indexing delay) |
(→Indexing delay) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
#Microsoft Office Documents | #Microsoft Office Documents | ||
#Open Document format (Open Office, LibreOffice) | #Open Document format (Open Office, LibreOffice) | ||
− | #E-mails | + | #Saved E-mails including attachments. It does not search an IMAP server. |
#PDF | #PDF | ||
#Plain text | #Plain text | ||
Line 23: | Line 23: | ||
==Indexing delay== | ==Indexing delay== | ||
− | File uploads are not indexed straight away. A cron job is defined that will run every night at 1:00 am. If you want to run it more often you can adjust | + | File uploads are not indexed straight away. A [[Filesearch_installation#Cron_job|cron job]] is defined that will run every night at 1:00 am. If you want to run it more often you can adjust the "Filesearch index" task at Start menu -> Manage system tasks. |
If you want to index directly after upload. You can put this in config.php: | If you want to index directly after upload. You can put this in config.php: |
Latest revision as of 14:15, 20 November 2017
With the file search module you can deep search the contents of files. This module in combination with custom fields and the quick edit pane makes the perfect E-Discovery solution. Click on the thumbnail to view the main panel.
Group-Office can index the following file types:
- Microsoft Office Documents
- Open Document format (Open Office, LibreOffice)
- Saved E-mails including attachments. It does not search an IMAP server.
- Plain text
- Scanned images using OCR
Next to the regular search it's also possible to create complex queries with the advanced search. Click on the thumbnail on the right to view a screenshot.
Document bundles
You can create bundles of documents to make it easier to narrow down the search. With bundles it's possible to create a sub search.
Exporting
Search result can be exported as a ZIP archive, CSV and PDF.
Indexing delay
File uploads are not indexed straight away. A cron job is defined that will run every night at 1:00 am. If you want to run it more often you can adjust the "Filesearch index" task at Start menu -> Manage system tasks.
If you want to index directly after upload. You can put this in config.php:
$config["filesearch_direct_index"]=true;
Be warned that this may cause great delays on uploads. We don't recommend using this setting.