Adds full text indexes, and advanced search capabilities to the StyleAI chat bot.
This commit is contained in:
parent
ef002ec79b
commit
8dda301461
11 changed files with 252 additions and 36 deletions
|
@ -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");
|
Loading…
Add table
Add a link
Reference in a new issue