aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/index/filters.go
AgeCommit message (Collapse)Author
2025-11-21Update documentation, comments, and tidy codebaseJP Appel
2025-07-28Resolve multiple todosJP Appel
2025-07-22Separate program entry point from commandsJP Appel
2025-06-30Implement compiled query executionJP Appel
2025-06-15Update tests and fix minor bugsJP Appel
2025-06-13Add regex based filters and helper functionsJP Appel
2025-06-12Add index filter for parent directoriesJP Appel
2025-06-12Change doc parsing to only read YAML headerJP Appel
Fixes unintended YAML decode errors when a documents has a valid header but the rest of its contents are not valid YAML.
2025-05-04Add names to doc fitlersJP Appel
2025-05-02Implement YAML header parsingJP Appel
Parses `title` and `tags` fields using default behavior. Custom parsing logic is used for `author` (single and multiauthor support), `date` (parses into `time.Time`), and meta (collects all other header fields into a YAML string).
2025-04-27Large commit; many featuresJP Appel