source: src/FinkiChattery/FinkiChattery.Database/FullTextSearch/FullTextIndexQuestion.sql@ cba21c9

dev
Last change on this file since cba21c9 was cba21c9, checked in by Стојков Марко <mst@…>, 3 years ago

Added full text search index on question

  • Property mode set to 100644
File size: 158 bytes
Line 
1CREATE FULLTEXT INDEX ON [dbo].[Question] ([Title], [Text])
2KEY INDEX [PK_Question] ON [QuestionFullTextCatalog]
3WITH (CHANGE_TRACKING AUTO, STOPLIST OFF)
Note: See TracBrowser for help on using the repository browser.