Versions Compared

Key

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

...

Info

In GlobalSearch version 4.5 or older, go to C:\inetpub\wwwroot\Square9API instead

2. Add/change the following attributes. If they do not exist, simply copy and paste them from this KB into the web config under the <appsettings> block and set the value to either True or False (See below)


Code Block
languagexml
<appsettings>
	<add key="ViewerDropColor" value="false"></add>
	<add key="ViewerUseGrayscale" value="false"></add>
</appsettings>
  • Toggling ViewerDropColor to True will set the viewer to full black and white for all documents.

  • Toggling both ViewerDropColor and ViewerUserGrayscale to True will set the viewer to use grayscale for all documents

  • Toggling False for both will enable full color in the viewer.


3. Save the web.config file.
4. Open CMD as an Administrator and enter command: iisreset
5. Launch GlobalSearch Web. The documents should now Render in accordance with your config file parameters.

Filter by label (Content by label)
showLabelsfalse
max5
spacesS9SKB
sortmodified
showSpacefalse

...

reversetrue
typepage
cqllabel in ( "globalsearch" , "web" , "kb-how-to-article" , "viewer" ) and type = "page" and space = "S9SKB"
labelskb-how-to-article globalsearch web viewer


Page Properties
hiddentrue


Related issues