Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This guide describes how to configure quick search and advanced search to search in the content of documents.

Step-by-step guide


Follow these steps to configure content search.

  1. Edit profile.config and add the below settings to enable content search in quick search and advanced search respectively
  2. <SearchManager>
       <SearchManager>
          <QuickSearchDocumentContent>true</QuickSearchDocumentContent>
          <SearchDocumentContent>true</SearchDocumentContent>
       </SearchManager>
    </SearchManager>
  3. Open the control panel "Indexing options".
  4. Click change and add the Document folder of the site
  5. Once Windows has created an index of the site's documents, the content search will be available in the Web Viewer.


Note! Normally it is not advisable to enable content search in quick search since content search will pollute quick search result and thus make it harder to find the right information fast.

  • No labels