From a4d86693394ba9b181b5928c1c6e8c31c9bb2b64 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 30 Jun 2025 17:18:45 -0400 Subject: Implement compiled query execution --- pkg/index/filters.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/index/filters.go') diff --git a/pkg/index/filters.go b/pkg/index/filters.go index a60a629..920d5df 100644 --- a/pkg/index/filters.go +++ b/pkg/index/filters.go @@ -11,7 +11,7 @@ import ( "strings" ) -// NOTE: in the future it would be interesting lua filters +// TODO: add support for lua filters type DocFilter struct { Name string -- cgit v1.2.3