Skip to content

0.23.1 - Bugfixes around chained filters

Compare
Choose a tag to compare
@etiennedi etiennedi released this 22 Dec 13:18
609685d

Docker image/tag: semitechnologies/weaviate:0.23.1
See also: example docker-compose files in English, Dutch, German, Czech, Italian. If you need to configure additional settings, you can also generate a custom docker-compose.yml file using the documentation.

Breaking Changes

none

New Features

none

Fixes

  • Fix missing results on chained filters with limits (#1352)
    This fixes a bug where a chained filter (e.g. And) could lead to missing results in the result set if a strict filter was applied. Extensive tests were added to prevent a regression.

  • Fixes an issue where classifications could lead to panic
    There was a rare situation where bulk vector-searches, such as they happen in classifications could lead to a nil-pointer panic. This has been fixed in this release.