Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Step-by-step guide

Follow these steps to configure content search in web viewer.

  1. Edit profile.config and add the below settings to enable content search in quick search and advanced search respectively

    Code Block
    <SearchManager>

    
       <SearchManager>

    
          <QuickSearchDocumentContent>true</QuickSearchDocumentContent>

    
          <SearchDocumentContent>true</SearchDocumentContent>

    
       </SearchManager>

    
    </SearchManager>
  2. Open the control panel "Indexing options".

  3. Click change and add the Document folder of the site

  4. Once Windows has created an index of the site's documents, the content search will be available in the Web Viewer.


Info

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.

Filter by label (Content by label)
showLabelsfalse
max5
spacesASKB
showSpacefalse
sortmodified
typepage
reversetrue

...

labelsdocument content search configuration
cqllabel in ( "document" , "content" , "search" , "configuration" ) and type = "page" and space = "ASKB"

...

Page Properties
hiddentrue


Related issues