How to change the default Search Type in the thin client.


Version: 11.00

Article ID: PE000013

How to change the default Search Type in the thin client.main image

Description

You can change the default search type in the PaperVision Enterprise thin client to have the default Search Type set to “Or” or “And” by simply editing the SearchCriteria.ASP file in the WebServer directory.

Summary

You can edit the SearchCriteria.ASP page that is located in Program FilesDigitech SystemsPaperVisionWebServer. This change needs to take place around line 124 , the two examples below show what needs to be changed for each search type:

To set the default Search Type to “Or”:

If Trim(sSearchType) = "" Then sSearchType = "Or"

To set the default Search Type to “And”:

If Trim(sSearchType) = "" Then sSearchType = "And"