👀 While it's loading, feel free to check out the other repositories:
🔔 To get a notification when it's ready, leave your email here:
By entering your email, you agree to receive notifications and marketing-related emails
Filter by reset
Bug Description: sometimes tmp.spidx left during daemon work. It is not clear how that happened but could be from interrupt at the disk chunk optimize step Manticore Search Version: 6.3.9-aa1c567 Operating System Version: linux Have you tried the latest …
tomatolog · 2025-05-02 · 4 · #3343
bugrel::9.3.2
Secondary indexes for json attributes don't work with in() expressions
glookka · 2024-07-08 · 1 · #2381
bugrel::7.0.0
glookka · 2024-07-05
Manticore query cache fails to cache PACKEDFACTORS()
Bug Description: Recently tried to enable Manticore’s native query cache, however we ran into a situation regarding caching PACKEDFACTORS() output, regardless if it’s json or not. On a cache miss we receive values, on a cache hit we receive empty column, …
vytautasvers · 2024-11-20 · 2 · #2742
bugrel::7.0.0est::size_M
pakud · 2025-07-10 · 4 · #3540
waiting
sanikolaev · 2025-07-02
sphParseExtendedQuery, and then sphTransformExtendedQuery executed over random generated input to find crashes and memory leaks. See https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md for details Quickstart guide located at the …
klirichek · 2025-07-10 · 0 · #3571
Use .rec extension to trigger the CI when a file is changed within a PR
sanikolaev · 2025-07-09 · 22 · #3566
github-actions[bot] · 2025-07-09
Update test-supported-mysqldump-versions.rec
Updating the list of supported msql version tags
PavelShilin89 · 2025-06-11 · 0 · #3305
join search crashed when using string not int
shellphy · 2025-06-02 · 3 · #3233
bug
sanikolaev · 2025-03-26
Authentication and authorization
Proposal: Umbrella issue for https://roadmap.mnt.cr/ about authentication and authorization. Subtasks: https://github.com/manticoresoftware/manticoresearch/issues/2748 https://github.com/manticoresoftware/manticoresearch/issues/2808 https://github.com/ …
sanikolaev · 2025-07-10 · 15 · #2833
enhancement
Test coverage for bidirectional log level synchronization between Manticore and Buddy
PavelShilin89 · 2025-06-10 · 23 · #3400
github-actions[bot] · 2025-05-22
Type of Change (select one): Bug fix New feature Documentation update Description of the Change: Related Issue (provide the link):
Nick-S-2018 · 2025-04-17 · 0 · #3311
donhardman · 2025-06-25 · 4 · #3508
github-actions[bot] · 2025-06-25
Auto-translating of the manual
donhardman · 2025-07-10 · 2 · #3333
Added CLT tests for Buddy protocol v3 validation
PavelShilin89 · 2025-07-10 · 6 · #3551
done
github-actions[bot] · 2025-07-03
Manticore Columnar - Signal 11 SEGFAULT after uploading 60 million rows into KNN-vector search table
Bug Description: I have created this manticore vector search / knn table CREATE TABLE text_vector_64_floats ( table_name string attribute, table_rowid bigint, text_str text, text_vector float_vector knn_type='hnsw' knn_dims='64' hnsw_similarity='l2' ) and …
gabriel-v · 2025-07-10 · 3 · #3550
bugwaiting
Authentication and authorization
sanikolaev · 2025-07-10 · 15 · #2833
enhancement
tomatolog · 2024-12-12
Migration support using tools like sqlx migate or flyway
Proposal: I want to be able to manage a manticore db schema using migration files so that I have a repeatable flow for different environment. e.g a migrations directory with the SQL code to create / update tables like migrations/1_init_tables.sql , …
0xfourzerofour · 2025-06-12 · 3 · #3448
waiting
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
Backtick support for system tables
Bug Description: While we are able to create tables with backticks, for example: create table `test`; it's impossible to do so with the system schema: create table `system`.`test`; Manticore Search Version: Latest dev version Operating System Version: …
donhardman · 2025-05-02 · 3 · #2898
bugest::size_Srel::9.3.2
donhardman · 2025-06-11 · 127 · #3391
donhardman · 2025-05-20
Update buddy version to: 3.26.5+25032712-234c30c2 which includes: 234c30c Sharding error handling improvements and fixes (#508)
githubmanticore · 2025-03-28 · 1 · #3256
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
Multimodality and semantic query weights
Proposal: Since some models such as CLIP based models use both text and image fields and they package multiple features of records the search chareteristic expectations can be rather complex. The full article useful for context is following. If Manticore …
ViljarVoidula · 2025-07-10 · 0 · #3570
donhardman · 2025-06-11 · 127 · #3391
PavelShilin89 · 2025-05-26
Type of Change: Bug fix Description of the Change: The libstemmer API indicates that it can return NULL in the event of an out-of-memory error. However, it appears that it may also return NULL due to an internal error, which causes a crash. These errors …
subnix · 2025-01-06 · 1 · #2892
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
sanikolaev · 2024-07-03
Test/kibana manticore handling
Type of Change (select one): Bug fix Description of the Change: Added a CLT test that verifies that an issue where the _id field in the response to a _search endpoint query was returned as a number (1) instead of a string (“1”) has been fixed. This was …
PavelShilin89 · 2025-02-19 · 0 · #3104
done
donhardman · 2025-06-25 · 4 · #3508
github-actions[bot] · 2025-06-25
Bug Description: When executing a CREATE TABLE command with the shards parameter specified as a non-numeric value (e.g. abc), Manticore Search returns a syntax error, but the error message does not reflect the nature of the problem. The current output …
PavelShilin89 · 2025-04-06 · 1 · #3218
bug
Use .rec extension to trigger the CI when a file is changed within a PR
sanikolaev · 2025-07-09 · 22 · #3566
github-actions[bot] · 2025-07-09
Cannot start Manticore service in WSL2
Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, …
juneszh · 2025-01-20 · 1 · #2955
Added CLT tests for Buddy protocol v3 validation
PavelShilin89 · 2025-07-10 · 6 · #3551
done
github-actions[bot] · 2025-07-08
Using Plain table and Postgresql on MacOS (M1)
Hello, I don't really understand the workflow on mac M1. I have followed this tutorial https://play.manticoresearch.com/mysql/ - however, I am using PostgreSQL in my case. I am implementing search on my Postgresql tables. I did install everything …
quadlol · 2023-02-14 · 3 · #1038
join search crashed when using string not int
shellphy · 2025-06-02 · 3 · #3233
bug
raccegatel00 · 2025-04-09
Update mcl version to: 4.1.2 25031206 15bbcc7 which includes: 15bbcc7 changed cache path
githubmanticore · 2025-03-14 · 0 · #3192
Test coverage for bidirectional log level synchronization between Manticore and Buddy
PavelShilin89 · 2025-06-10 · 23 · #3400
github-actions[bot] · 2025-05-22
sanikolaev · 2025-02-19 · 1 · #3102
Authentication and authorization
sanikolaev · 2025-07-10 · 15 · #2833
enhancement
tomatolog · 2024-12-12
Describe the bug Hello I just got acquainted with your database. This is a very fast database. Unfortunately, I couldn't find any good information about authentication in the documentation. But the main problem is about memory: 1- I entered the number of …
majid1605 · 2023-03-17 · 9 · #1039
bug
Auto-translating of the manual
donhardman · 2025-07-10 · 2 · #3333
github-actions[bot] · 2025-04-26