suggest

package
v0.2.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

internal/suggest/suggest.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatSuggestions

func FormatSuggestions(matches []Match) string

FormatSuggestions formats matches for display

Types

type Match

type Match struct {
	Value string
	Label string
	Score int
}

Match represents a suggested match with its score

func FindSimilar

func FindSimilar(query string, items []Match, maxResults int) []Match

FindSimilar finds items similar to the query using simple substring matching. Returns up to maxResults matches, sorted by relevance.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL