Table of Contents

Class SearchAlgorithms

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll
public static class SearchAlgorithms
Inheritance
object
SearchAlgorithms

Methods

Search<T>(IEnumerable<T>, string, Func<T, string>, SearchMode)

public static IEnumerable<SearchResult<T>> Search<T>(IEnumerable<T> items, string query, Func<T, string> textSelector, SearchMode mode = SearchMode.Smart)

Parameters

items IEnumerable<T>
query string
textSelector Func<T, string>
mode SearchMode

Returns

IEnumerable<SearchResult<T>>

Type Parameters

T