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

Parámetros

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

Valor de retorno

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

Descripción

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