Closed ssuess closed 2 years ago
Still hoping that there is a guide somewhere, or will be? Anyone?
@ssuess I used the benchmark as an example: https://github.com/nextapps-de/flexsearch/blob/master/bench/test/flexsearch-0.7.0/index.html
encode: " ..."
seems to be changed, now must be a function@Tessmore thanks for this, but I still think an actual migration guide with side by side old/new examples doing the exact same thing is essential.
I'm sorry, but unless I am missing something, the changelog is not an actual migration guide, and as far as I can tell it has not changed since I first opened this issue.
Is there a clear migration guide somewhere, with examples from 0.6.3 and their equivalents in 0.7.x to help in migration? I have poured over this document but it does not contain much that is helpful for a migration. For example:
new Flexsearch({})
completely deprecated? (because there is still one example of it under Usage in the readmenew Flexsearch({})
, it is not very clear (to me anyway) if these should all now use Index or Document types. Is there a fuller explanation somewhere?In short, I think flexsearch is amazing, but trying to adapt and migrate third party code based on 0.6.3 to 0.7.x is quite frustrating without some clear side by side examples for both index and language. Thanks!