addSearchFilter

Adds a search filter.

void
addSearchFilter
(
string title
,
string url
,
string[] keywords
,
string keywordReplacement = null
)

Parameters

title string

The title of the result.

url string

The url of the result.

keywords string[]

The keywords to partially match when searching for the result.

keywordReplacement string

A string to replace in the url with the keywords searched.

Meta