Skip to content

Commit

Permalink
Merge pull request #373 from thexeos/issue-358
Browse files Browse the repository at this point in the history
Fix enriched results after importing Document
  • Loading branch information
ts-thomas committed Jan 6, 2024
2 parents d4a1dae + 4388d9f commit 8941276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/serialize.js
Expand Up @@ -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:
Expand Down

0 comments on commit 8941276

Please sign in to comment.