Adds full text indexes, and advanced search capabilities to the StyleAI chat bot.
This commit is contained in:
parent
a8c7729558
commit
910d1b3d21
11 changed files with 252 additions and 36 deletions
5
prisma/migrations/20250426123027_fts_fix/migration.sql
Normal file
5
prisma/migrations/20250426123027_fts_fix/migration.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
-- DropIndex
|
||||
DROP INDEX "mantiscomment_fts_idx";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "mantisissue_fts_idx";
|
Loading…
Add table
Add a link
Reference in a new issue