public bool Filter (SearchService.ISearchContext context, string query, T objectToFilter);

Parameters

contextThe search context.
queryThe query string used for the search.
objectToFilterThe element to test against the search query.

Returns

bool True if the element satisfies the search query, false otherwise.

Description

This function checks whether or not the specified element satisfies the search query.