How Vertec's full-text search and data indexing works
Operating mode
Cloud Suite
|ON-PREMISES
Modules
Services & CRM
Budget & Phases
Purchases
Resource Planning
Business Intelligence
With the full-text search capability introduced in Vertec 6.8, you can now search the emails (incl. attachments) and documents stored in Vertec, as well as the texts.
When the full-text search is started for the first time, a general indexing has to be performed so that the existing data can be searched and found. This is automatically triggered by the Vertec Cloud Server as soon as it starts after the installation of version 6.8. Therefore, the full-text search and the indexing of changes in the Vertec Cloud App and the Vertec Web App run automatically without any additional settings, both in the Cloud Suite and On-Premises.
When operating On-Premises, you must make additional configurations in the following scenarios:
The full text search works as follows:
Internal
).There is a scheduled task called Refresh index for full-text search
. It runs by default every Saturday night and thus cleans the full-text search index every week.
You can also carry out the scheduled task manually by right-clicking > Execute now. However, this must be done with caution, as the entire index will be re-created and the search will be limited during this time.
Single objects, object lists or objects by class can also be re-indexed using the Python functions vtcapp.indexlist() and vtcapp.indexclass(), or via vtcapp.indexactivities() for documents and emails.
If the user who starts a full-text search does not have read permission on certain objects or fields of the index field configuration, the corresponding entries are filtered out of the results list and do not appear in the search results.
For documents and emails (the indexing is set in the system settings), the following rights apply:
content
is checked for the document content, and documentFullName
is checked for the document names.content
. Please note that the email text is also found in the text field of the activity, which is present by default in the index configuration. In this case, the email text is still found and the activity is shown as a result.