 | 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)
Syntaxpublic AppSearchMatch[] Search(
string[] searchStrings
)
Public Function Search (
searchStrings As String()
) As AppSearchMatch()
Parameters
- searchStrings
- Type: SystemString
A number of search strings.
Return Value
Type:
AppSearchMatchAn array of matches with a matching score > 0.
See Also