mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-24 18:45:06 +02:00
@@ -15,6 +15,7 @@
|
||||
//
|
||||
|
||||
import { DOMAIN_TX } from '@anticrm/core'
|
||||
import type { Ref, Doc } from '@anticrm/core'
|
||||
import { start as startJsonRpc } from '@anticrm/server-ws'
|
||||
import { createInMemoryAdapter, createInMemoryTxAdapter } from '@anticrm/dev-storage'
|
||||
import { createServerStorage, FullTextAdapter, IndexedDoc } from '@anticrm/server-core'
|
||||
@@ -28,6 +29,9 @@ class NullFullTextAdapter implements FullTextAdapter {
|
||||
console.log('noop full text indexer: ', doc)
|
||||
}
|
||||
|
||||
async update (id: Ref<Doc>, update: Record<string, any>): Promise<void> {
|
||||
}
|
||||
|
||||
async search (query: any): Promise<IndexedDoc[]> {
|
||||
return []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user