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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user