Thomas Wilkerling

Results 71 comments of Thomas Wilkerling

Thanks for this PR. I will need some further investigation for this changes if this has no side-effects.

Flexsearch has an `.export( )` method where you can store a serialized index, which could be imported via `.import( )` later. Actually you need to enrich the IDs from the...

Thanks for this hint. I need to solve the merge conflict before I can merge.

Hi thanks for your nice words, I'm very appreciate it. Actually the only way to use an index which is using the "fastupdate" table under the hood is re-creating the...

When I'm finished with the 0.7.0 release, I will think about how this could be implemented.

Thanks for this hint. Could you make a pull request with these changes please? Thanks in advance.

@boardend Thanks for your support. It looks like this line fail: https://github.com/nextapps-de/flexsearch/blob/e391e2bbd67044433e32f991c73b6ba1712283d4/src/document.js#L730 `apply_async` is a function exported from `async.js`. Please try the latest commit, probably the issue is gone. But...

Ok I understand. The imports are there because of the type definition. I will provide an replacement for this definition and this problem is fixed then.

I pushed an update to the branch "0.7.0", this should solve the issue.

Thanks a lot for this hint: `/[\p{Z}\p{S}\p{P}\p{C}]+/u`. Could you give me a short example please, where this notation gets an advantage over `/W+/`? I can recommend you to use the...