Click or drag to resize

GlobalSearchHelperPrepareSearchString Method

Searches search term for domains in IDN format and encodes them if they're found.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
protected static string PrepareSearchString(
	string searchString
)

Parameters

searchString
Type: SystemString
Search string to be checked.

Return Value

Type: String
Altered search string (if needed).
Remarks
Method will use domain names from database if DomainNameRegex from configuration contains "REPLACE_WITH_TLD_ITEMS" string.
See Also