Skip to content

v0.8.0

Compare
Choose a tag to compare
@nvdk nvdk released this 26 Oct 12:57
· 151 commits to master since this release

What's Changed since 0.7.0

🚀 Features

  • Allow to specify wildcards and per-field boosts in fields parameter
  • Multi match support for fuzzy filter
  • Basic config validation on startup
  • Include URI of nested objects in the document
  • Extracting file content using external Tika service
  • Configurable log levels per scope
  • Improved error logging
  • Add documentation on eager indexing groups and update queues

🐛 Fixes

  • No longer throw an error in the delta handler when composite types are used (composite types are still not handled though)
  • Improved, but far from perfect composite type support
  • Using connection pool for all SPARQL queries
  • Error handling in case a file is not found for indexing
  • Allow all permutations of lt(e),gt(e) in search query params
  • Taking authorization headers into account on index management endpoints
  • Indexing of boolean values
  • Allow dashes and underscores in search property names
  • Ensure same index name independently of order of auth group keys

Contributors

Changelog: https://github.com/mu-semtech/mu-search/blob/master/CHANGELOG.md#v080
Commits: v0.7.0...v0.8.0