Files
multica/server/migrations/039_project_search_index.down.sql
Jiayuan Zhang f1d81cdfaa feat(search): add project search support to Cmd+K search (#663)
Projects are now searchable alongside issues in the Cmd+K search dialog.
Results are grouped by type (Projects / Issues) with project icon, status,
and description snippet highlighting.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 20:59:32 +08:00

3 lines
96 B
SQL

DROP INDEX IF EXISTS idx_project_title_bigm;
DROP INDEX IF EXISTS idx_project_description_bigm;