This allows you to create Quick Search Types.
Default Search Type allows you to set which Search Type PWC uses by default, 0 is for "All Content", 1 is for "Full Text Search" (PWC Default), 2 is for "Document and Folder Properties", Custom Search Types are enumerated after that so if you had 2 custom searches and wanted the second to be the default you would set to 4.
For new Search Type the checkboxes in PWC are stored in the registry as a mask value we can not represent the checkboxes here. What you need to do is set the options you want in PWC, open Regedit on that system and go to "HKEY_CURRENT_USER\Software\Bentley\ProjectWise Explorer\08.11\QuickSearch\Settings". Note the string value for 'Item #' where # is the item you are working with, they start at 0 and go up. EG "15|3|Search Type Name 1". This template allows 5 to be create, more can be added by extending the template.
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Bentley\ProjectWise Explorer\08.11\QuickSearch\Settings |
Value Name | Active Search Type |
Value Type | REG_SZ |
Default Value | 1 |
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Bentley\ProjectWise Explorer\08.11\QuickSearch\Settings |
Value Name | Item 0 |
Value Type | REG_SZ |
Default Value | 15|3|Search Type Name 1 |
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Bentley\ProjectWise Explorer\08.11\QuickSearch\Settings |
Value Name | Item 1 |
Value Type | REG_SZ |
Default Value | 15|3|Search Type Name 2 |
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Bentley\ProjectWise Explorer\08.11\QuickSearch\Settings |
Value Name | Item 2 |
Value Type | REG_SZ |
Default Value | 15|3|Search Type Name 3 |
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Bentley\ProjectWise Explorer\08.11\QuickSearch\Settings |
Value Name | Item 3 |
Value Type | REG_SZ |
Default Value | 15|3|Search Type Name 4 |
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Bentley\ProjectWise Explorer\08.11\QuickSearch\Settings |
Value Name | Item 4 |
Value Type | REG_SZ |
Default Value | 15|3|Search Type Name 5 |