mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 10:17:42 +02:00
UBERF-6540: Fix isIndexable and clean wrong indexed documents (#5347)
This commit is contained in:
@@ -24,7 +24,8 @@ import core, {
|
||||
MeasureContext,
|
||||
Ref,
|
||||
WorkspaceId,
|
||||
collaborativeDocParse
|
||||
collaborativeDocParse,
|
||||
getFullTextIndexableAttributes
|
||||
} from '@hcengineering/core'
|
||||
import {
|
||||
ContentTextAdapter,
|
||||
@@ -37,8 +38,7 @@ import {
|
||||
contentStageId,
|
||||
docKey,
|
||||
docUpdKey,
|
||||
fieldStateId,
|
||||
getFullTextIndexableAttributes
|
||||
fieldStateId
|
||||
} from '@hcengineering/server-core'
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user