Adds full text indexes, and advanced search capabilities to the StyleAI chat bot.

This commit is contained in:
Cameron Redmore 2025-04-26 14:20:15 +01:00
parent ef002ec79b
commit 8dda301461
11 changed files with 252 additions and 36 deletions

View file

@ -0,0 +1,5 @@
-- CreateIndex
CREATE INDEX "mantiscomment_fts_idx" ON "MantisComment" USING GIN ("fts");
-- CreateIndex
CREATE INDEX "mantisissue_fts_idx" ON "MantisIssue" USING GIN ("fts");