-
-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import/export broken in 0.7.21? #290
Comments
I think I figured it out. There were actually 3 problems. This test now passes: ` it('should search after export and import', async () => {
|
I'm having the same problem with export asynchronicity.
|
@alangibson thanks! This worked for me, too. Un-nesting the keys and using the last step in the key path, works a treat. Thank you! 😛 😉 xx 😜
✔️ SOLVED |
This is now fixed in v0.7.23 |
I can't seem to get index export/import working in 0.7.21. If I export an index and immediately import it, then I never get any search results. I'm not sure if I'm reading the docs wrong, or if this really is a bug.
The following test fails:
`import { assert } from 'chai';
import { Index, IndexSearchResult } from 'flexsearch';
describe('flexsearch', () => {
});`
The text was updated successfully, but these errors were encountered: