nextapps-de / flexsearch

Next-Generation full text search library for Browser and Node.js
Apache License 2.0
12.54k stars 492 forks source link

Migration guide? #276

Closed ssuess closed 2 years ago

ssuess commented 3 years ago

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:

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!

ssuess commented 3 years ago

Still hoping that there is a guide somewhere, or will be? Anyone?

Tessmore commented 2 years ago

@ssuess I used the benchmark as an example: https://github.com/nextapps-de/flexsearch/blob/master/bench/test/flexsearch-0.7.0/index.html

ssuess commented 2 years ago

@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.

ts-thomas commented 2 years ago

partially yes: https://github.com/nextapps-de/flexsearch/blob/master/CHANGELOG.md

ssuess commented 2 years ago

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.