MCPcopy Create free account
hub / github.com/github/awesome-copilot / SearchOptions

Interface SearchOptions

website/src/scripts/search.ts:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface SearchOptions {
24 fields?: string[];
25 limit?: number;
26 minScore?: number;
27}
28
29export class FuzzySearch<T extends SearchableItem = SearchItem> {
30 private items: T[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected