Commit Graph

4 Commits

Author SHA1 Message Date
4ef4e320f9 feat: add full-text search support with GIN index on documents table
Create a GIN index on the documents table for efficient full-text search queries, enabling fast text matching across title and content columns. The index uses the `to_tsvector` function with English configuration to support stemming and stop-word removal.
2025-06-24 14:58:50 +00:00
08cda4d772 chore: remove trailing whitespace from README.md line 42 2025-06-24 14:36:53 +00:00
2975e3037a chore: remove trailing whitespace from all source files in project 2025-06-24 14:20:38 +00:00
b9748d4508 feat: add initial project structure with core application scaffolding 2025-06-22 20:13:38 +00:00