nextapps-de / flexsearch

Next-Generation full text search library for Browser and Node.js
Apache License 2.0
12.53k stars 491 forks source link

Migrating Index Export from v0.6 to v0.7 #269

Closed sroertgen closed 3 years ago

sroertgen commented 3 years ago

Hello there,

can somebody please point me in the right direction regarding index export?

Before v0.7 I had a simple thing like this for exporting the index: JSON.stringify(index.export(), null, 2)

What will give me the same result in v0.7? I'm always just getting true as a result.

vishal847 commented 3 years ago

I have the same issue, is there any work-around ?