File search¶
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.
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.
Indexing delay¶
File uploads are not indexed straight away. A schedule task 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;
Warning
This may cause great delays on uploads. We don’t recommend using this setting.
