Skip to content

v0.4.0

Compare
Choose a tag to compare
@akade akade released this 25 May 19:42
· 102 commits to main since this release
5c2319f

String queries support including fuzzy matching 🚀

Prefix & Suffix-Trie based indices that support efficient string queries:

  • Prefix Index supports StartsWith-Queries
  • FullText Index additionaly supports Contains-Queries
  • Fuzzy string matching support for both StartsWith & Contains