Note: This method is only relevant if custom parameter processing has been enabled in Ankiro Enterprise Suite.
Applies custom parameter processing to the given search parameters without actually performing a search.
The returned parameters can be sent to the Search method with DisableCustomParameterProcessing set to true.
If no custom processing has been enabled, the parameters will be returned in an unmodified state.
Namespace: Ankiro.SearchServer.Web.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
Parameters
- parameters
- Type: Ankiro.SearchServer.Data.Search SearchParameters
Parameters to be processed
Return Value
Type: SearchParametersThe processed parameters
See Also