mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
Elastic fulltext search mixins support (#770)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -36,6 +36,10 @@ class NullFullTextAdapter implements FullTextAdapter {
|
||||
async search (query: any): Promise<IndexedDoc[]> {
|
||||
return []
|
||||
}
|
||||
|
||||
async remove (id: Ref<Doc>): Promise<void> {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
async function createNullFullTextAdapter (): Promise<FullTextAdapter> {
|
||||
|
||||
Reference in New Issue
Block a user