Versions in this module Expand all Collapse all v0 v0.9.0 Aug 12, 2026 v0.8.5 Jun 15, 2026 v0.8.4 Apr 28, 2026 v0.8.3 Apr 5, 2026 v0.8.2 Apr 5, 2026 v0.8.1 Apr 5, 2026 v0.8.0 Mar 28, 2026 v0.7.12 Mar 22, 2026 v0.7.11 Feb 26, 2026 v0.7.10 Feb 25, 2026 v0.7.9 Feb 24, 2026 v0.7.8 Feb 23, 2026 v0.7.7 Feb 23, 2026 v0.7.6 Feb 22, 2026 v0.7.5 Feb 21, 2026 v0.7.4 Feb 20, 2026 v0.7.3 Feb 17, 2026 Changes in this version + func FormatSuggestions(suggestions []string) string + func Score(s1, s2 string) float64 + type BestResult struct + Error string + Found bool + ID int + Name string + Score float64 + func Best(query string, items []NamedItem, entityType string, opts Options) BestResult + type NamedItem interface + GetID func() int + GetName func() string + type NamedItemString struct + ID int + Name string + func (n NamedItemString) GetID() int + func (n NamedItemString) GetName() string + type Options struct + MaxResults int + Threshold float64 + func DefaultOptions() Options + type Result struct + ID int + Name string + Score float64 + func Search(query string, items []NamedItem, opts Options) []Result