Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

πŸ‘€ 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

14782 results 33 ms in manticoresoftware/manticoresearch

πŸ†• 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

githubmanticoregithubmanticore Β· 2025-07-08 Β· 1 Β· #3562

join search crashed when using string not int

shellphyshellphy Β· 2025-06-02 Β· 3 Β· #3233

bug

Thanks @shellphy MRE - it crashes on an attempt to join by a string attribute: mysql -v -P9306 -h0 -e "drop table if exists t; create table t (s string); insert into t (s) values ('s'); drop table if exists t2; create table t2 (s string); insert into t2 ( …

sanikolaevsanikolaev Β· 2025-03-26

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 , …

0xfourzerofour0xfourzerofour Β· 2025-06-12 Β· 3 Β· #3448

waiting

Secondary indexes for json attributes don't work with in() expressions

glookkaglookka Β· 2024-07-08 Β· 1 Β· #2381

bugrel::7.0.0

Fixed in https://github.com/manticoresoftware/manticoresearch/commit/9a74ed7903b042f740b37f25e2aef5fcac440703

glookkaglookka Β· 2024-07-05

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 | …

starinacoolstarinacool Β· 2024-01-10 Β· 0 Β· #1653

est::NO_ESTIMATE

New CLT UI test

donhardmandonhardman Β· 2025-06-25 Β· 4 Β· #3508

…clt ❌ CLT tests in test/clt-tests/replication/ βœ… OK: 4 ❌ Failed: 1 ⏳ Duration: 137s πŸ‘‰ Check Action Results for commit 1a63c95 Failed tests: ––– input ––– export INSTANCE=1 ––– output ––– OK ––– input ––– mkdir -p /var/{run,lib,log}/manticore-${INSTANCE} …

github-actions[bot]github-actions[bot] Β· 2025-06-25

πŸ†• 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-

githubmanticoregithubmanticore Β· 2025-07-08 Β· 0 Β· #3561

Test coverage for bidirectional log level synchronization between Manticore and Buddy

PavelShilin89PavelShilin89 Β· 2025-06-10 Β· 23 Β· #3400

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ βœ… OK: 43 ❌ Failed: 2 ⏳ Duration: 456s πŸ‘‰ Check Action Results for commit fe356f6 Failed tests: ––– input ––– apt-get install jq -y > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]github-actions[bot] Β· 2025-05-22

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) …

rouncerounce Β· 2025-06-30 Β· 7 Β· #1411

est::size_M

Sync log-level with buddy

donhardmandonhardman Β· 2025-06-11 Β· 127 Β· #3391

@PavelShilin89, let's adapt tests. Instead of --debugv, we should run Buddy with --log-level=debugv (and the same for debug or debugvv). Remain logic unchanged. Also, add a new test. SET global LOG_LEVEL=x should also CHANGE the level in Buddy. Make sure …

donhardmandonhardman Β· 2025-05-20

πŸ†• 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)

githubmanticoregithubmanticore Β· 2025-07-07 Β· 3 Β· #3558

Enable CLT tests for RHEL10 (Apply after release)

djklim87djklim87 Β· 2025-07-06 Β· 12 Β· #3534

clt-arm64 ❌ CLT tests in test/clt-tests/installation/rhel-release- βœ… OK: 0 ❌ Failed: 1 ⏳ Duration: 27s πŸ‘‰ Check Action Results for commit fb719d4 Failed tests: ––– input ––– sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo; sed -i s …

github-actions[bot]github-actions[bot] Β· 2025-07-01

Tests: auto-embeddings in columnar

donhardmandonhardman Β· 2025-07-07 Β· 17 Β· #3472

error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11

pboguslawskipboguslawski Β· 2023-01-05 Β· 2 Β· #977

Please use our building CI Docker as described here https://manual.manticoresearch.com/dev/Installation/Compiling_from_sources#Building-using-CI-docker as it includes everything needed for building. I've just tested and it builds Debian 11 packages fine: …

sanikolaevsanikolaev Β· 2023-01-04

test(clt): add regression test for offset out of bounds error

donhardmandonhardman Β· 2025-06-11 Β· 4 Β· #3456

move lemmatize_uk.so to /usr/share/manticore/modules/

githubmanticoregithubmanticore Β· 2023-01-06 Β· 9 Β· #908

➀ Stan commented: should be fixed at https://gitlab.com/manticoresearch/lemmatizer-uk/-/commit/6e7563d658744cdc59430f684d9796f44fc3afae as discussed the package destination now is the plugin_dir and by default it is the /usr/local/lib/manticore/ The idea …

githubmanticoregithubmanticore Β· 2023-01-04

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 …

SembianceSembiance Β· 2025-07-07 Β· 0 Β· #3560

bug

Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation

regstuffregstuff Β· 2024-07-08 Β· 2 Β· #2367

bugwaiting

The related forum topic is https://forum.manticoresearch.com/t/auto-uuid-creation-seems-improper-existing-docs-getting-overwritten-even-with-insert-operation/2005/4 I can't reproduce it in Linux / Mac, but the ids there are much longer. @tomatolog pls try …

sanikolaevsanikolaev Β· 2024-07-03

Add auto-translator to manual

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 …

donhardmandonhardman Β· 2025-07-07 Β· 11 Β· #3299

New CLT UI test

donhardmandonhardman Β· 2025-06-25 Β· 4 Β· #3508

…clt ❌ CLT tests in test/clt-tests/buddy/ βœ… OK: 14 ❌ Failed: 1 ⏳ Duration: 151s πŸ‘‰ Check Action Results for commit 1a63c95 Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd > /dev/null; if timeout 10 grep -qm1 '\[BUDDY\] …

github-actions[bot]github-actions[bot] Β· 2025-06-25

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 …

digiravedigirave Β· 2023-05-24 Β· 3 Β· #1044

πŸ†• Update load version from 1.18.2 to 1.19.0

githubmanticoregithubmanticore Β· 2025-07-08 Β· 1 Β· #3562

Windows test results β€‡β€ˆβ€‡β€‡3 filesβ€„β€ƒβ€‡β€ˆβ€‡β€‡3 suites   45m 4s :stopwatch: 1β€ˆ084 tests 1β€ˆ030 :white_check_mark: 52 :zzz: 2 :x: 1β€ˆ088 runsβ€Šβ€ƒ1β€ˆ034 :white_check_mark: 52 :zzz: 2 :x: For more details on these failures, see this check. Results for commit b3837722.

github-actions[bot]github-actions[bot] Β· 2025-07-08

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 …

SembianceSembiance Β· 2025-07-07 Β· 1 Β· #3559

bug

Sync log-level with buddy

donhardmandonhardman Β· 2025-06-11 Β· 127 Β· #3391

@donhardman @tomatolog The Buddy API /config endpoint is not working properly. GET requests return empty responses, and POST requests fail with generic error messages despite the Buddy daemon starting successfully. This breaks the integration between the …

PavelShilin89PavelShilin89 Β· 2025-05-26

systemctl warning for yum update systemd on RHEL 8: [/usr/lib/tmpfiles.d/searchd.conf:1] Line references path below legacy directory /var/run/, updating /var/run/manticore β†’ /run/manticore; please update the tmpfiles.d/ drop-in file accordingly.

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 …

digiravedigirave Β· 2023-02-14 Β· 0 Β· #1045

1πŸ‘1

join search crashed when using string not int

shellphyshellphy Β· 2025-06-02 Β· 3 Β· #3233

bug

I have the same behavior. Docker image tag: 9.2.14 ------- FATAL: CRASH DUMP ------- [Wed Apr 9 11:29:01.679 2025] [ 1] --- crashed SphinxQL request dump --- select code from products inner join templates on templates.code = products.template_code --- …

raccegatel00raccegatel00 Β· 2025-04-09

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 …

tjslashtjslash Β· 2025-05-22 Β· 0 Β· #3401

bug

Test coverage for bidirectional log level synchronization between Manticore and Buddy

PavelShilin89PavelShilin89 Β· 2025-06-10 Β· 23 Β· #3400

clt-amd64 ❌ CLT tests in test/clt-tests/integrations/kafka/test-integration- βœ… OK: 0 ❌ Failed: 1 ⏳ Duration: 617s πŸ‘‰ Check Action Results for commit b238e5d Failed tests: ––– input ––– (dockerd > /var/log/dockerd.log 2>&1 &) > /dev/null ––– output ––– OK …

github-actions[bot]github-actions[bot] Β· 2025-05-22

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-2018Nick-S-2018 Β· 2024-12-16 Β· 4 Β· #1827

est::size_Srel::upcoming

Enable CLT tests for RHEL10 (Apply after release)

djklim87djklim87 Β· 2025-07-06 Β· 12 Β· #3534

clt-amd64 ❌ CLT tests in test/clt-tests/installation/rhel-release- βœ… OK: 0 ❌ Failed: 1 ⏳ Duration: 10s πŸ‘‰ Check Action Results for commit fb719d4 Failed tests: ––– input ––– sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo; sed -i s …

github-actions[bot]github-actions[bot] Β· 2025-07-01

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\": …

sanikolaevsanikolaev Β· 2024-12-16 Β· 0 Β· #2559

bugest::size_Srel::upcomingfeature::join

Test coverage for bidirectional log level synchronization between Manticore and Buddy

PavelShilin89PavelShilin89 Β· 2025-06-10 Β· 23 Β· #3400

…clt ❌ CLT tests in test/clt-tests/buddy/ βœ… OK: 12 ❌ Failed: 1 ⏳ Duration: 152s πŸ‘‰ Check Action Results for commit b238e5d Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd > /dev/null; if timeout 10 grep -qm1 '\[BUDDY\] …

github-actions[bot]github-actions[bot] Β· 2025-05-22

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.

glookkaglookka Β· 2025-06-30 Β· 1 Β· #1615

1πŸ‘1

est::size_M

New CLT UI test

donhardmandonhardman Β· 2025-06-25 Β· 4 Β· #3508

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ βœ… OK: 47 ❌ Failed: 1 ⏳ Duration: 439s πŸ‘‰ Check Action Results for commit 1a63c95 Failed tests: ––– input ––– whoami ––– output ––– + root

github-actions[bot]github-actions[bot] Β· 2025-06-25

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 …

vdatalogvdatalog Β· 2025-06-30 Β· 0 Β· #3528

Manticore 5.0.2 unexpected crash across all cluster nodes

pavelnemirovskypavelnemirovsky Β· 2023-06-18 Β· 2 Β· #978

waitingwontfix

it is not clear the root of the crash as there is no query that cause this crash. However looking at the BT of the crash columnar::Packer_Hash_c::AddDoc that crash could be related to recent fix in columnar library https://github.com/manticoresoftware/ …

tomatologtomatolog Β· 2023-01-04

1πŸ‘1

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-2018Nick-S-2018 Β· 2025-01-11 Β· 5 Β· #2895

bug

Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation

regstuffregstuff Β· 2024-07-08 Β· 2 Β· #2367

bugwaiting

I can not reproduce issue at Windows 10 or Windows 11 with Manticore search 6.3.0 release. After I started daemon I issue mysql> drop table if exists t; create table t; insert into t values(0); select * from t; Query OK, 0 rows affected (0.00 sec) Query …

tomatologtomatolog Β· 2024-07-08

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/ …

sanikolaevsanikolaev Β· 2025-07-06 Β· 15 Β· #2833

enhancement

Enable CLT tests for RHEL10 (Apply after release)

djklim87djklim87 Β· 2025-07-06 Β· 12 Β· #3534

clt-arm64 ❌ CLT tests in test/clt-tests/installation/rhel-dev-u βœ… OK: 0 ❌ Failed: 1 ⏳ Duration: 30s πŸ‘‰ Check Action Results for commit fb719d4 Failed tests: ––– input ––– sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo; sed -i s/^#.* …

github-actions[bot]github-actions[bot] Β· 2025-07-01