Skip to content

Sonic core v0.1.0

Choose a tag to compare

@RemiBardon RemiBardon released this 28 Jun 21:45
· 5 commits to master since this release
core-v0.1.0
c6948fe

This release was focused on making improvements to search results
(see Milestone #20 “v1.7.x - Better search results (non-breaking)”).
We benchmarked the changes, and concluded the performance impact of all those
changes is negligible. If you notice something now being noticeably slower,
please tell us as it might be a bug!

Changes

New Features

  • Allow disabling loose matching at the library level (in 17e196d)
  • Add support for diacritics-insensitive search (in 3d38caa, 2379b0a)
  • Add support for stemming (in db83731)

Bug Fixes

  • Fix max typo correction in QUERY (in 097a752)
  • config: Fix non-string parsing from env (in b17daad)