1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-08 21:20:41 +02:00

Merge pull request #373 from thexeos/issue-358

Fix enriched results after importing Document
This commit is contained in:
Thomas Wilkerling
2024-01-06 13:16:37 +01:00
committed by GitHub

View File

@@ -188,12 +188,14 @@ export function exportDocument(callback, self, field, index_doc, index, on_done)
key = "tag";
data = this.tagindex;
field = null;
break;
case 2:
key = "store";
data = this.store;
field = null;
break;
// case 3: