Property Name
|
Properties.html
|
Search Property Function
|
Description
|
||
---|---|---|---|---|---|
Max Count
|
com.ptc.netmarkets.userSearch.maxCount
|
Defines the maximum results count
|
Controls how many results are returned from the search. The default is set to 50, limiting results to 50 returned participants.
|
||
LDAP Query Limit
|
wt.org.LdapQueryLimit
|
Defines the maximum result size that can be requested by Windchill using an LDAP query.
|
Controls how many results LDAP sends to Windchill. If the property is set to zero, the internally configured LDAP value is used (typically 20000). If set to a lower value than the LDAP value, the value of this property is used. If set to a higher value than LDAP, then the LDAP configured value is used. The actual results returned to the user could be impacted by the com.ptc.netmarkets.userSearch.maxCount property.
|
||
Required Character Search
|
com.ptc.netmarkets.participantPicker.requiredCharacterSearch
|
Defines the minimum required characters
|
Specifies the quantity of characters required before a search will begin. For example, by setting the property to ‘3’, the search requires three characters in at least one field. The characters limit the search results to return participants named with the specified characters. The default is set to ‘0’; allowing any quantity of characters to be used in a search.
|
||
Invalid Characters
|
com.ptc.netmarkets.participantPicker.invalidCharacters
|
Defines invalid characters
|
Specifies which characters are not counted towards the Required Character Search property. Special characters, such as asterisk (*), colon (:), and comma (,) are good candidates to be specified as invalid characters.
For example, with Required Character Search set at a minimum quantity of 3, and defining (*) as an Invalid Character, the search string (ma*) would not be allowed because the asterisk is not counted as a character. However, the search string (mat*) would allow a search to run because the search string has at least 3 valid characters.
The default setting defines the space character (_) as invalid for use in a search.
|
||
Leading Wildcard Allowed
|
com.ptc.netmarkets.participantPicker.leadingWildcardAllowed
|
Allows or prohibits leading wildcards
|
Controls whether a leading wildcard character (*) is allowed in a search field. The default is set to true; a leading wildcard character is allowed as a search parameter.
Setting this property to false may help increase search performance.
|
||
Principal Wildcard Search
|
com.ptc.netmarkets.user.principalWildcardSearch
|
Enhances search to find search content within participant names
|
Adds wildcards on either side of the specified search characters to return any result that contains those characters anywhere in the participant name. The default is set to true; wildcards are automatically added to search characters.
Setting this property to false may help increase search performance.
|