mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
UBER-1178: rework indexing fields (#4261)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me> Signed-off-by: Andrey Sobolev <haiodo@gmail.com> Co-authored-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
co-authored by
Andrey Sobolev
parent
66368621a0
commit
689e2d4caa
@@ -9,6 +9,7 @@ interface IndexedReader {
|
||||
getDoc: (attribute: string) => IndexedReader | undefined
|
||||
}
|
||||
|
||||
// TODO: Rework to use mongo
|
||||
function createIndexedReader (
|
||||
_class: Ref<Class<Doc>>,
|
||||
hierarchy: Hierarchy,
|
||||
|
||||
Reference in New Issue
Block a user