Configuring searches
By default, the Quick Search box in the toolbar does not search in document content. Besides the Name and Quick Search options, the default Find form of Web Access includes only three properties that cannot be changed by users. These may not meet your organization’s search needs.
To configure Quick Search:
- Open the Windows registry of the Meridian web server in Registry Editor and locate the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Cyco\AutoManager Meridian\Current Version\WebLink
- Set the value data of the QuickFindScope value to one of the following:
- Restart the World Wide Web Publishing (IIS) service to activate your changes.
0 – Search all text properties (default)
1 – Search all text properties and full-text index
2 – Search the Name property only
To configure the Find form:
- Open the Windows registry of the Meridian web server in Registry Editor and locate the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Cyco\AutoManager Meridian\Current Version\WebLink\UserPreferences\Default\Find Templates
- The values named 1, 2, and 3 correspond to the first three properties shown on the Find page, respectively. To search a different property, change the value of one to the name of the desired property set and property name.
- To add more properties, create new string values (named 4 and higher), and type the property set name and property name as the data.
- When you are finished defining the property names, update the value of PropertyCount with the total number of properties, for example 4. If you define more than 8 properties, be sure to specify PropertyCount with the correct Base option of Decimal.
- For each property, specify the default search operator by creating a corresponding DWORD value named <n>.Operator where <n> represents the property number. Specify the value data as the numeric value of one of the IC_OP_OPERATOR constants listed in the following table. Again, be sure to select the correct Base option of Decimal. If no operator is specified, the default operator Contains is used. For example, to set the Equals operator for the first search property, create a DWORD value named 1.Operator and set it to 1.
- Restart the World Wide Web Publishing (IIS) service to display your changes.
Constant |
Value |
---|---|
IC_OP_EQUALS |
1 |
IC_OP_LESS |
2 |
IC_OP_MORE |
3 |
IC_OP_LESS_EQUAL |
4 |
IC_OP_MORE_EQUAL |
5 |
IC_OP_NOT_EQUAL |
6 |
IC_OP_LIKE |
7 |
IC_OP_NOT_LIKE |
8 |
IC_OP_EMPTY1 |
9 |
IC_OP_NOT_EMPTY1 |
10 |
IC_OP_CONTAINS |
11 |
IC_OP_NOT_CONTAINS |
12 |
IC_OP_STARTWITH |
13 |
IC_OP_NOT_STARTWITH |
14 |
IC_OP_DOSWILDCARD |
15 |
IC_OP_DATE_EQUALS1,2 |
18 |
IC_OP_DATE_NOT_EQUAL1,2 |
19 |
IC_OP_DATE_LESS1,2 |
20 |
IC_OP_DATE_MORE1,2 |
21 |
IC_OP_DATE_LESS_EQUAL1,2 |
22 |
IC_OP_DATE_MORE_EQUAL1,2 |
23 |
- Supported by Date/Time type properties.
- Only supported by Date/Time type properties.