diff options
Diffstat (limited to 'pkg/query/compiler.go')
| -rw-r--r-- | pkg/query/compiler.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/query/compiler.go b/pkg/query/compiler.go index 8b71124..efdc3b4 100644 --- a/pkg/query/compiler.go +++ b/pkg/query/compiler.go @@ -53,6 +53,8 @@ func (s Statements) buildCompile(b *strings.Builder, delim string) ([]any, error catStr = "meta " case CAT_TAGS: catStr = "tag " + case CAT_HEADINGS: + catStr = "headings " case CAT_TITLE: catStr = "title " default: |
