Thomas Wilkerling
Thomas Wilkerling
@flycran I was able to resolve all issues of the test file. Resolver type definitions looks almost completed.
Hey @lgtmak - Document Resolver is quite limited - `limit: this.index.store.size,` might should be removed? - `const rawQuery = this.index.search({ resolve: false });` the query is missing, also document resolver...
I've addressed a couple of issues when using resolver on document indexes. Probably related to this: #500 Let me finish fixing them, it should be working afterwards. Document Resolver was...
@lgtmak Fix was published in the latest vesion. There was some issues with your implementation. The part `this.index.search({ resolve: false })` is missing some query or tag. A full working...
Hey @niksauer the latest update export every type. Is it solving your issue?
@niksauer there is a new release on NPM
@niksauer The index.d.ts now exports everything. There is a testfile for Typescript located here: https://github.com/nextapps-de/flexsearch/blob/master/test/types.ts Compiling those file works fine by `tsc ./types.ts`.
Probably the latest version will fix that issue. When doing a tag-based search and the query is empty, then it will perform a tag-only-search like when leaving the query at...
@gempain The TypeScript support was greatly improved. Would be nice if you can try it again with the latest version and give me some short feedback if you see any...
Fuzzy-Search is provided since the very first version. Please read documentation more carefully, especially when claim a warning which is just not true. I've added a new section in documentation...