v1.0.0-alpha.14
Pre-release
Pre-release
·
658 commits
to main
since this release
Hotfixes! 🔥 🐛
- Fix handling of unit value cells!
- Improve search result quality.
- I was not fully aware of neo4js internal search handling and how it returned a true or false score for the previous search query. So it was able to tell if the search query is contained in a term name or not, but not how well it fit. I kept this logic and added a distance comparer, which will now ensure that search results are ordered by distance to query ✨
- 👀 tl;dr: search now correctly sorts results by smiliarity to query.
Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14