Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Manticore Search 13.6.7 source code.tar.gz | 2025-08-06 | 8.0 MB | |
Manticore Search 13.6.7 source code.zip | 2025-08-06 | 9.6 MB | |
README.md | 2025-08-06 | 5.3 kB | |
Totals: 3 Items | 17.7 MB | 5 |
Version 13.6.7
Released: August 8th 2025
Recommended MCL version: 8.0.1
Recommended Buddy version: 3.34.2
If you follow the official installation guide, you donβt need to worry about this.
New Features and Improvements
- π v13.6.0 Issue [#2226] Support for explicit '|' (OR) in PHRASE, PROXIMITY, and QUORUM operators.
- π v13.5.0 PR [#3591] Automatic embedding generation in queries (Work in Progress, not production-ready yet).
- π v13.4.0 PR [#3585] Fixed logic to prefer buddy thread count from buddy_path config if set, instead of using the daemon value.
- π v13.3.0 PR [#3577] Support for joins with local distributed tables.
- π #3647 Added support for Debian 13 "Trixie"
Bug Fixes
- πͺ² v13.6.7 Issue [#3524] Fixed an issue with saving generated embeddings in row-wise storage.
- πͺ² v13.6.6 Issue [#3563] Fixed issues with Sequel Ace and other integrations failing due to "unknown sysvar" errors.
- πͺ² v13.6.5 Issue [#3467] Fixed issues with DBeaver and other integrations failing due to "unknown sysvar" errors.
- πͺ² v13.6.4 Issue [#3524] Fixed an issue with concatenating multi-field embeddings; also fixed embedding generation from queries.
- πͺ² v13.6.3 Issue [#3641] Fixed a bug in 13.6.0 where a phrase lost all bracketed keywords except the first one.
- πͺ² v13.6.2 Fixed a memleak in transform_phrase.
- πͺ² v13.6.1 Fixed a memory leak in version 13.6.0.
- πͺ² v13.5.2 Issue [#3651] Fixed more issues related to full-text search fuzz testing.
- πͺ² v13.5.1 Issue [#3560] Fixed a case where OPTIMIZE TABLE could hang indefinitely with KNN data.
- πͺ² v13.4.2 Issue [#2544] Fixed an issue where adding a float_vector column could corrupt indexes.
- πͺ² v13.4.1 Issue # Added fuzz testing for full-text parsing and fixed several issues found during testing.
- πͺ² v13.3.1 Issue [#3583] Fixed a crash when using complex boolean filters with highlighting.
- πͺ² v13.2.7 Issue [#3481] Fixed a crash when HTTP update, distributed table, and wrong replication cluster are used together.
- πͺ² v13.2.6 PR [#3567] Updated manticore-backup dependency to version 1.9.6.
- πͺ² v13.2.5 PR [#3565] Fixed CI setup to improve Docker image compatibility.
- πͺ² v13.2.4 Fixed handling of long tokens. Some special tokens (like regex patterns) could create words that are too long, so they are now shortened before use.