π 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
Added CLT integration test for Kafka partition-based data ingestion
Type of Change: New feature - Added CLT integration test for Kafka partition-based data ingestion Description of the Change: Added comprehensive CLT test to verify partition-based Kafka ingestion functionality in Manticore Search Buddy. Creates separate β¦
PavelShilin89 Β· 2025-06-13 Β· 33 Β· #3458
done
ci: fixed a bug in dist/test_kit_docker_build.sh which resulted in missing buddy commit
sanikolaev Β· 2025-06-13 Β· 1 Β· #3463
github-actions[bot] Β· 2025-06-13
Fulltext search efficiency improvement
Consider the request: SELECT ut FROM listing WHERE match('T14180 "2004 ΡΠ°ΡΠ½Π° ΠΊΠΈΡΠ°ΠΉΡΠΊΠΈΠΉ Π³ΠΎΡΠΎΡΠΊΠΎΠΏ 5 ΠΌ"/0.5') LIMIT 0,100 OPTION max_predicted_time=100, max_matches=100; Meta: +---------------------+---------------------+ | Variable_name | Value | β¦
starinacool Β· 2024-01-10 Β· 0 Β· #1653
est::NO_ESTIMATE
join search crashed when using string not int
shellphy Β· 2025-06-02 Β· 3 Β· #3233
bug
sanikolaev Β· 2025-03-26
Created test-support-logstash-versions.rec
Type of Change (select one): New feature Description of the Change: Related Issue (provide the link):
PavelShilin89 Β· 2025-06-13 Β· 125 Β· #3383
Wrong error "Undefined array key "Field"
sanikolaev Β· 2025-06-11 Β· 3 Β· #3388
bugbuddy_candidate
sanikolaev Β· 2025-05-18
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
π Update backup version from 1.9.1 to 1.9.5
githubmanticore Β· 2025-06-11 Β· 5 Β· #3442
github-actions[bot] Β· 2025-06-06
API response /search return a doc id as uint64 instead of int64
Bug Description: The API documentation specifies that the response doc _id should be a signed int64 int64 , but in practice, it returns an unsigned ( uint64 ). Although this discrepancy does not affect my use case, it deviates from the intended design. β¦
kperreau Β· 2025-06-13 Β· 5 Β· #3447
bug
API response /search return a doc id as uint64 instead of int64
kperreau Β· 2025-06-13 Β· 5 Β· #3447
bug
sanikolaev Β· 2025-06-09
How to solove table left join query slowly?
chat_log1 left join chat_log2 cost time 14 seconds, chat_log1 has 2.5w datas, chat_log2 has 2.6w datas, SQL: select * from chat_log1 left join chat_log2 on chat_log1 .app_id = chat_log2 .app_id; Create table: ` CREATE TABLE chat_log1 ( id bigint, response β¦
dinfor Β· 2025-06-13 Β· 1 Β· #3466
waiting
Test coverage for bidirectional log level synchronization between Manticore and Buddy
PavelShilin89 Β· 2025-06-10 Β· 23 Β· #3400
github-actions[bot] Β· 2025-05-22
test(clt): add regression test for offset out of bounds error
donhardman Β· 2025-06-11 Β· 4 Β· #3456
integration of Manticore with Filebeat
Mickeymua Β· 2025-06-02 Β· 11 Β· #1345
est::size_M
Nick-S-2018 Β· 2023-08-29
CLT: update tests to latest updates and fixes in buddy to autosharding
donhardman Β· 2025-06-13 Β· 2 Β· #3465
donhardman Β· 2025-06-11 Β· 127 Β· #3391
donhardman Β· 2025-05-20
Consider using CDN to accelerate downloads for repo.manticoresearch.com
Is your feature request related to a problem? Please describe. It takes many minutes to install manticore search in asia. repo.manticoresearch.com seems randomly very slow. Describe the solution you'd like Consider using CDN to accelerate downloads for β¦
digirave Β· 2023-05-24 Β· 3 Β· #1044
π Update buddy version from 3.29.7 to 3.30.0
githubmanticore Β· 2025-06-12 Β· 21 Β· #3459
github-actions[bot] Β· 2025-06-11
Describe the bug When systemd is updated on RHEL 8 with manticore search installed the following errors occur: [/usr/lib/tmpfiles.d/searchd.conf:1] Line references path below legacy directory /var/run/, updating /var/run/manticore β /run/manticore; please β¦
digirave Β· 2023-02-14 Β· 0 Β· #1045
System Variables and Query Parsing Inconsistencies in Manticore Search
PavelShilin89 Β· 2025-05-28 Β· 2 Β· #3412
github-actions[bot] Β· 2025-05-28
Manticoresearch repo is not available in Debian extrepo
Bug Description: Many famous 3rd party software repo is available in extrepo in Debian. Can you please add your Debian repo into extrepo ? Because that will allow user to just execute extrepo enable manticoresearch and setup manticoresearch's Debian repo β¦
gobiursus Β· 2025-06-13 Β· 1 Β· #3461
bug
How to solove table left join query slowly?
dinfor Β· 2025-06-13 Β· 1 Β· #3466
waiting
sanikolaev Β· 2025-06-13
π Update buddy version from 3.30.0 to 3.30.2
Update buddy version from 3.30.0 to 3.30.2 which includes: c16d9c2 fix(network): improve error debug and conditional logging
githubmanticore Β· 2025-06-13 Β· 0 Β· #3464
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski Β· 2023-01-05 Β· 2 Β· #977
sanikolaev Β· 2023-01-04
Facet search by float RANGE() not working
Bug Description: DROP TABLE IF EXISTS test_interval_and_range; CREATE TABLE test_interval_and_range(volume float); DESC test_interval_and_range; +--------+--------+------------+ | Field | Type | Properties | +--------+--------+------------+ | id | bigint β¦
tjslash Β· 2025-05-22 Β· 0 Β· #3401
bug
π Update mcl version from 4.2.2 to 5.0.1
githubmanticore Β· 2025-05-28 Β· 235 Β· #3407
github-actions[bot] Β· 2025-05-27
Escaping does not work with reserved keywords
Describe the bug Escaping does not work with reserved keywords in the query. To Reproduce Steps to reproduce the behavior: mysql> create table t(`year` int); mysql> create table t(`facet` int); mysql> create table t(`order` int); Expected behavior The β¦
Nick-S-2018 Β· 2024-12-16 Β· 4 Β· #1827
est::size_Srel::upcoming
Added CLT integration test for Kafka partition-based data ingestion
PavelShilin89 Β· 2025-06-13 Β· 33 Β· #3458
done
github-actions[bot] Β· 2025-06-11
fix(kafka): add debug logging to nightly test startup
donhardman Β· 2025-06-13 Β· 2 Β· #3462
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
joining by json_attr.string doesn't work
Bug Description: MRE: snikolaev@dev2:~$ mysql -P9306 -h0 -e "drop table if exists t; drop table if exists t2; create table t(f text, s string, j json); create table t2(f text, s string, j json); insert into t values(1, 'abc', 'string', '{\"i\": 1, \"b\": β¦
sanikolaev Β· 2024-12-16 Β· 0 Β· #2559
bugest::size_Srel::upcomingfeature::join
donhardman Β· 2025-05-06 Β· 130 Β· #3349
donhardman Β· 2025-05-01
Proposal: Currently we have almost the same modes that daemon has in buddy --debug --debugv --debugvv The idea is to map our log_level from config and also those that change in Runtime to Buddy starting command and append proper debug level in case set, β¦
donhardman Β· 2025-06-12 Β· 9 Β· #3252
enhancementest::size_M
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore Β· 2023-01-06 Β· 9 Β· #908
githubmanticore Β· 2023-01-04
JOIN query on json attribute returns null
Bug Description: mysql -P9306 -h0 -e 'create table t1(f1 json)' mysql -P9306 -h0 -e 'create table t2(f2 json)' mysql -P9306 -h0 -e "insert into t1(f1) values('{\"f\":\"a\"}')" mysql -P9306 -h0 -e "insert into t2(f2) values('{\"g\":\"a\"}')" mysql -P9306 - β¦
Nick-S-2018 Β· 2025-01-11 Β· 5 Β· #2895
bug
π Update mcl version from 4.2.2 to 5.0.1
githubmanticore Β· 2025-05-28 Β· 235 Β· #3407
github-actions[bot] Β· 2025-05-27
If data is being written, execute group by to obtain duplicate data
Bug Description: οΌ1οΌcolumnar table: mysql> desc test_table; +-----------+-----------+---------------------+ | Field | Type | Properties | +-----------+-----------+---------------------+ | id | bigint | columnar fast_fetch | | biz_code | string | columnar β¦
imgoby Β· 2025-06-11 Β· 7 Β· #3416
bug
Added CLT integration test for Kafka partition-based data ingestion
PavelShilin89 Β· 2025-06-13 Β· 33 Β· #3458
done
github-actions[bot] Β· 2025-06-11
Proposal: Auto create column/s inside existing schema when new field is observed in incoming data! Reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic-mapping.html https://www.elastic.co/guide/en/elasticsearch/reference/ β¦
inferno-umar Β· 2024-11-18 Β· 7 Β· #2693
est::NO_ESTIMATE
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff Β· 2024-07-08 Β· 2 Β· #2367
bugwaiting
sanikolaev Β· 2024-07-03