Jonas
Jonas
I'm trying to retrieve enriched documents from the Document index, but only getting the non-enriched id back. Example code: ``` import { Document } from 'flexsearch'; type TestDocument = {...
I get the `Property 'get' does not exist on type` typescript error when trying to use documentIndex.get() Sample code: ``` import { Document } from 'flexsearch'; type TestDocument = {...
Hello! I love this package, been working great for me in a managed expo / eas build project. But with my latest update, it only builds fine on iOS. On...