Versions in this module Expand all Collapse all v0 v0.1.1 Jul 27, 2026 Changes in this version + func Score(text, query string) (int, []int) + type Match struct + Indices []int + Matched bool + Original interface{} + Score int + Text string + func Filter(query string, items []string) []Match + func FilterWithData(query string, items []string, data []interface{}) []Match