Description:
After the core functionality migration we start slow by migrating full-text search functionality.
Acceptance criteria:
- Update articles table schema to add a tsvector column
- Create GIN index for fast FTS
- REmove create_fts_index.py due to redundancy
Technical details:
Optional technical details for context.