Click or drag to resize

AppIndexFacadeSearch Method (String)

Searches for apps with multiple search strings. Every search string is normalized but matched as a whole.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public AppSearchMatch[] Search(
	string[] searchStrings
)

Parameters

searchStrings
Type: SystemString
A number of search strings.

Return Value

Type: AppSearchMatch
An array of matches with a matching score > 0.
See Also