Skip to main content

CMS Base (NestJS)

Content management system base module for NestJS.

📄️ Full Text Search

If you want to enable the full-text search feature, we use @node-rs/jieba as the word segmentation tool. Please install it from npm first, and then indicate to the Library that you wish to enable the full-text search feature in forRoot. When the full-text search feature is enabled, the Library will automatically initialize all articles in the current database. The indexed fields for search include title, description, tags, and the content within paragraph blocks in Quadrats.