From 209af758b64d586e1c0aec3ad2eb4b56740aeddf Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 28 Jul 2025 23:40:23 -0400 Subject: Resolve multiple todos --- pkg/index/filters.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/index/filters.go') diff --git a/pkg/index/filters.go b/pkg/index/filters.go index bd9df54..3deee6d 100644 --- a/pkg/index/filters.go +++ b/pkg/index/filters.go @@ -11,8 +11,6 @@ import ( "strings" ) -// TODO: add support for lua filters - type DocFilter struct { Name string Filter func(InfoPath, io.ReadSeeker) bool -- cgit v1.2.3