👀 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 tests for Buddy protocol v3 validation
Type of Change (select one): This PR adds comprehensive CLT tests to validate the Buddy protocol v3 implementation by testing various endpoints that route requests to Buddy and verifying the correct protocol structure in debug logs. Description of the …
PavelShilin89 · 2025-07-08 · 1 · #3551
done
Test coverage for bidirectional log level synchronization between Manticore and Buddy
PavelShilin89 · 2025-06-10 · 23 · #3400
github-actions[bot] · 2025-05-22
Connecting via Sequal Ace logs unknown sysvar error
Bug Description: Connect via last version of Sequal Ace to Manticore: /* Tue Jul 08 08:18:24.852 2025 conn 54790 (127.0.0.1:51324) / SELECT @@global.max_allowed_packet # error=unknown sysvar @@global.max_allowed_packet / Tue Jul 08 08:18:25.060 2025 conn …
cappadaan · 2025-07-08 · 0 · #3563
bug
Added CLT tests for Buddy protocol v3 validation
PavelShilin89 · 2025-07-08 · 1 · #3551
done
github-actions[bot] · 2025-07-03
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
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
🆕 Update load version from 1.18.2 to 1.19.0
Update load version from 1.18.2 to 1.19.0 which includes: 8f21b4c Feat: RHEL 10 support Ref: manticoresoftware/manticoresearch/issues/3426
githubmanticore · 2025-07-08 · 1 · #3562
donhardman · 2025-06-25 · 4 · #3508
github-actions[bot] · 2025-06-25
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
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
🆕 Update backup version from 1.9.5 to 1.9.6
Update backup version from 1.9.5 to 1.9.6 which includes: 5247d06 ci: updated release.yml, so it can be triggered on push to release-
githubmanticore · 2025-07-08 · 0 · #3561
donhardman · 2025-06-11 · 127 · #3391
donhardman · 2025-05-20
Is there any way to make changes to the index via a mysql trigger?
Describe the bug Previously (version 5.0.2) this was possible using engine=connection. To Reproduce create table search_post ( command varchar(128) not null, warnings int(4) not null flag=3, number int(5) not null flag=1, message varchar(255) flag=2) …
rounce · 2025-06-30 · 7 · #1411
est::size_M
Enable CLT tests for RHEL10 (Apply after release)
djklim87 · 2025-07-06 · 12 · #3534
github-actions[bot] · 2025-07-01
🆕 Update buddy version from 3.32.0 to 3.32.1
Update buddy version from 3.32.0 to 3.32.1 which includes: 74236e9 refactor(sharding): fix critical rebalancing issues and add docs (#562)
githubmanticore · 2025-07-07 · 3 · #3558
join search crashed when using string not int
shellphy · 2025-06-02 · 3 · #3233
bug
sanikolaev · 2025-03-26
Tests: auto-embeddings in columnar
donhardman · 2025-07-07 · 17 · #3472
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
test(clt): add regression test for offset out of bounds error
donhardman · 2025-06-11 · 4 · #3456
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
sanikolaev · 2024-07-03
OPTIMIZE TABLE never finishes with KNN data
Bug Description: If you have data with float_vector KNN fields, OPTIMIZE TABLE just spins at 100% CPU and never finishes. Steps to reproduce: wget "https://sembiance.com/wip/optimizeKNNBroke.tar.gz" tar -xvf optimizeKNNBroke.tar.gz && cd optimizeKNNBroke …
Sembiance · 2025-07-07 · 0 · #3560
bug
donhardman · 2025-06-25 · 4 · #3508
github-actions[bot] · 2025-06-25
Proposal: We should add auto-translator and translate our manual into all languages that the main site supports. Checklist: To be completed by the assignee. Check off tasks that have been completed or are not applicable. Implementation completed Tests …
donhardman · 2025-07-07 · 11 · #3299
donhardman · 2025-06-11 · 127 · #3391
PavelShilin89 · 2025-05-26
Nightly development repo missing Release file
Bug Description: Following docs to use nightly development builds on ubuntu: wget https://repo.manticoresearch.com/manticore-dev-repo.noarch.deb dpkg -i manticore-dev-repo.noarch.deb apt -y update Yields as of this morning: root@server ~/tmp # apt -y …
Sembiance · 2025-07-07 · 1 · #3559
bug
🆕 Update load version from 1.18.2 to 1.19.0
githubmanticore · 2025-07-08 · 1 · #3562
github-actions[bot] · 2025-07-08
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
join search crashed when using string not int
shellphy · 2025-06-02 · 3 · #3233
bug
raccegatel00 · 2025-04-09
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
Test coverage for bidirectional log level synchronization between Manticore and Buddy
PavelShilin89 · 2025-06-10 · 23 · #3400
github-actions[bot] · 2025-05-22
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
Enable CLT tests for RHEL10 (Apply after release)
djklim87 · 2025-07-06 · 12 · #3534
github-actions[bot] · 2025-07-01
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
Test coverage for bidirectional log level synchronization between Manticore and Buddy
PavelShilin89 · 2025-06-10 · 23 · #3400
github-actions[bot] · 2025-05-22
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-06-25 · 4 · #3508
github-actions[bot] · 2025-06-25
Add support for float_vector in plain tables
float_vector attributes are currently supported only in the rt tables ( rt_attr_float_vector ). We need to extend this support to all data sources in plain tables.
glookka · 2025-06-30 · 1 · #1615
est::size_M
Manticore 5.0.2 unexpected crash across all cluster nodes
pavelnemirovsky · 2023-06-18 · 2 · #978
waitingwontfix
tomatolog · 2023-01-04
Support wordforms_index for loading wordforms from SQL table instead of file
Proposal: Allow using an SQL table as a source of wordforms, instead of only a file path. Proposed syntax: CREATE TABLE my_table ( title string ) wordforms_index='my_synonyms_index'; Motivation Currently, wordforms require a plain UTF-8 text file to be …
vdatalog · 2025-06-30 · 0 · #3528
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
tomatolog · 2024-07-08