fix: 修复Server搜索问题
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m7s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m7s
- 将meilisearch搜索服务移至Server端
This commit is contained in:
@ -52,8 +52,7 @@ describe('converters', () => {
|
||||
expect(result).toEqual({
|
||||
id: 1,
|
||||
title: 'How to use product?',
|
||||
summary:
|
||||
'This is a detailed explanation of how to use the product effectively....',
|
||||
summary: '',
|
||||
type: 'question',
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user