fergiemcdowall / search-index

A persistent, network resilient, full text search library for the browser and Node.js
MIT License
1.38k stars 149 forks source link

IMPORT/EXPORT between version 2.4 and 3.1 #579

Closed tonprince closed 2 years ago

tonprince commented 2 years ago

I tried to use the EXPORT function on a 2.4 version db, and then IMPORT with the latest release 3.1. My queries are all empty.

Is it not possible to use import/export between 2 and 3 versions?

fergiemcdowall commented 2 years ago

Yes, EXPORT/IMPORT between major versions is not possible unfortunately.