fix: exact/prefix matches for package name/attr not shown Fixes: https://todo.sr.ht/~alanpearce/searchix/23
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M internal/nix/package.go → internal/nix/package.go
@@ -2,7 +2,9 @@ package nix type Package struct { Name string + NameNGram string Attribute string + AttributeNGram string Source string Broken bool Definition string