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
0f9451391d
chore: remove trailing whitespace from README.md line 42
2025-06-24 14:54:18 +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
3cdc460b88
chore: update tag references in documentation and config files to match new naming convention
2025-06-22 21:17:56 +00:00
1f564077f5
chore: remove unused import statements and trailing whitespace across multiple modules
2025-06-22 20:26:49 +00:00
02e91e76d1
chore: remove unused import statements and trailing whitespace across multiple files
2025-06-22 20:21:32 +00:00
27d96bdc83
chore: remove unused import statements and trailing whitespace across multiple files
2025-06-22 20:21:30 +00:00
b9748d4508
feat: add initial project structure with core application scaffolding
2025-06-22 20:13:38 +00:00