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

16481 results 46 ms in manticoresoftware/manticoresearch

mysqldump export error

Trying to make logical dump with mysqldump : mysqldump -h0 -P9306 manticore > index.sql Dump creating but with following errors: mysqldump: Error: 'P01: syntax error, unexpected SELECT, expecting integer or string or '-' near 'SELECT DISTINCT LOGFILE_ …

d47081d47081 · 2024-01-09 · 5 · #1652

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

left files tmp.spidx

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 …

tomatologtomatolog · 2025-05-02 · 4 · #3343

bugrel::9.3.2

select ... fuzzy=0 doesn't disable fuzzy search in some cases

sanikolaevsanikolaev · 2025-05-28 · 5 · #3342

bug

Fixed in https://github.com/manticoresoftware/manticoresearch-buddy/pull/536.

donhardmandonhardman · 2025-05-13

Update/http log to test

Type of Change (select one): Bug fix New feature Documentation update Description of the Change: Related Issue (provide the link):

Nick-S-2018Nick-S-2018 · 2025-04-17 · 0 · #3311

Crash with signal 11 во время индексации

RacceGatelRacceGatel · 2025-05-31 · 2 · #3306

bug

Удалось локализовать причину. Аффектит параметр min_infix_len, а также длина названии зоны. Чтобы воспроизвести: create table test(search_values text) min_infix_len='2' html_strip='1' index_zones='attr*'; insert into test(search_values) values ('<attr-atr …

raccegatel00raccegatel00 · 2025-04-16

Left join no longer works as expected after the upgrade from version 6.3.8 to 9.3.2

Bug Description: Steps to reproduce the error: create table `t1` ( `id` bigint, `type` string indexed attribute, `content` text ) morphology = 'libstemmer_it' index_exact_words = '1' min_word_len = '1' min_prefix_len = '3'; create table `t2` ( `id` bigint …

giocondogiocondo · 2025-05-31 · 0 · #3420

bug

Update CLT to latest one

donhardmandonhardman · 2025-05-06 · 130 · #3349

Due to an issue in CLT, the version was updated. @PavelShilin89, please update and fix failed tests, because before we had a bug where the test was indicating success when there was no exact match in the line, i.e., no tabs or spaces at the beginning of …

donhardmandonhardman · 2025-05-01

crash related with remove_repeats()

Bug Description: mysql> drop table if exists t; create table t(f text, regnr int); insert into t values(1, 'abc from dataset 1', 1),(2, 'abc from dataset 1', 2),(1001, 'abc from dataset 2', 1); select REMOVE_REPEATS((select * from t where match('abc') …

sanikolaevsanikolaev · 2025-05-28 · 0 · #3377

bug

🆕 Update mcl version from 4.2.2 to 5.0.1

githubmanticoregithubmanticore · 2025-05-28 · 235 · #3407

…clt ❌ CLT tests in test/clt-tests/plugins/ ✅ OK: 0 ❌ Failed: 1 ⏳ Duration: 16s 👉 Check Action Results for commit 1603c33 Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd --stopwait > /dev/null; stdbuf -oL searchd > /dev …

github-actions[bot]github-actions[bot] · 2025-05-27

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

vytautasversvytautasvers · 2024-11-20 · 2 · #2742

bugrel::7.0.0est::size_M

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

Change the way auto-flush works

Right now autoflush is daemon-level service, which is applied to all the indexes once a second. Each pass includes: remember current index table Iterate over remembered table and invoke 'ForceDiskChunk', for each rt-index. On the lower layer, each rt- …

klirichekklirichek · 2025-05-02 · 1 · #3236

est::size_Mrel::9.3.2

🆕 Update buddy version from 3.28.4 to 3.28.5

githubmanticoregithubmanticore · 2025-05-28 · 4 · #3411

…clt ❌ CLT tests in test/clt-tests/plugins/ ✅ OK: 0 ❌ Failed: 1 ⏳ Duration: 18s 👉 Check Action Results for commit 806b60d Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd --stopwait > /dev/null; stdbuf -oL searchd > /dev …

github-actions[bot]github-actions[bot] · 2025-05-28

Update test-create-table-like-existing-table-with-data.rec

Type of Change (select one): Bug fix - Fixed lack of support for IF NOT EXISTS syntax for create with data syntax. Description of the Change: Added support IF NOT EXISTS syntax for create with data syntax. Related Issue (provide the link): https://github. …

PavelShilin89PavelShilin89 · 2024-11-14 · 0 · #2759

done

Few indexes are not indexed after upgrading to 9.3.2 from 6.3.8 (ALTER REBUILD KNN)

mohdmslmohdmsl · 2025-05-29 · 5 · #3409

bugest::size_S

Is there some change in underlying structure of knn ? as only those tables have not been indexed which has vector field

mohdmslmohdmsl · 2025-05-28

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

Sync log-level with buddy

donhardmandonhardman · 2025-05-28 · 12 · #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

INSERT DELAYED

Currently mass inserts into a Manticore real-time table require batching for better performance. The task is to implement the INSERT DELAYED SQL command which would work as follows: INSERT DELAYED ... gets routed to Buddy Buddy saves the documents …

sanikolaevsanikolaev · 2023-12-05 · 8 · #1493

hacktoberfest

fixed url encoding for the buddy request routing

tomatologtomatolog · 2025-05-14 · 3 · #3365

Linux debug test results 1 030 tests   978 :white_check_mark:  41m 27s :stopwatch:     1 suites   52 :zzz:     1 files      0 :x: Results for commit 13f26300. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-05-07

MariaDB mysqldump error

Bug Description: Steps to reproduce the error: create table `t1` ( `id` bigint, `type` string indexed attribute, `content` text ) morphology = 'libstemmer_it' index_exact_words = '1' min_word_len = '1' min_prefix_len = '3'; create table `t2` ( `id` bigint …

giocondogiocondo · 2025-05-31 · 0 · #3421

bug

🆕 Update mcl version from 4.2.2 to 5.0.1

githubmanticoregithubmanticore · 2025-05-28 · 235 · #3407

…clt ❌ CLT tests in test/clt-tests/buddy/ ✅ OK: 8 ❌ Failed: 4 ⏳ Duration: 150s 👉 Check Action Results for commit 1603c33 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-27

Setting doc id inside 'doc' fails /bulk insert

Bug Description: If I try to set a doc id inside the 'doc' object, insert does not happen. curl localhost:9308/cli -d 'create table test(f text)'; Query OK, 0 rows affected (0.002 sec) curl localhost:9308/bulk -H "Content-Type: application/x-ndjson" -d ' …

Nick-S-2018Nick-S-2018 · 2024-11-14 · 4 · #2299

1👀1

bugest::size_S

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

fix: handle libstemmer errors

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 …

subnixsubnix · 2025-01-06 · 1 · #2892

fixed url encoding for the buddy request routing

tomatologtomatolog · 2025-05-14 · 3 · #3365

Linux release test results 1 030 tests   978 :white_check_mark:  13m 34s :stopwatch:     1 suites   52 :zzz:     1 files      0 :x: Results for commit 13f26300. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-05-07

VERSION

Let's add a new SQL command VERSION as a shortcut to select * from status like 'version' . It should return all components' versions, e.g.: mysql> version; +---------------+------------------------+ | Component | Version | …

sanikolaevsanikolaev · 2024-05-23 · 6 · #1494

hacktoberfestrel::6.3.0

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

🆕 Update mcl version

Update mcl version to: 4.1.2 25031206 15bbcc7 which includes: 15bbcc7 changed cache path

githubmanticoregithubmanticore · 2025-03-14 · 0 · #3192

Update CLT to latest one

donhardmandonhardman · 2025-05-06 · 130 · #3349

clt_test_migration_es_ms ❌ CLT tests in test/clt-tests/migration-es-ms/ ✅ OK: 0 ❌ Failed: 1 ⏳ Duration: 83s 👉 Check Action Results for commit a17e036 Failed tests: ––– input ––– (dockerd > /var/log/dockerd.log 2>&1 &) > /dev/null ––– output ––– OK ––– …

github-actions[bot]github-actions[bot] · 2025-05-01

Invalid error when executing the CREATE TABLE command with the shards parameter set as a non-numeric value

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 …

PavelShilin89PavelShilin89 · 2025-04-06 · 1 · #3218

bug

select ... fuzzy=0 doesn't disable fuzzy search in some cases

sanikolaevsanikolaev · 2025-05-28 · 5 · #3342

bug

Let's add tests, @PavelShilin89.

donhardmandonhardman · 2025-05-14

🆕 Update buddy version

Update buddy version to: 3.26.5+25032712-234c30c2 which includes: 234c30c Sharding error handling improvements and fixes (#508)

githubmanticoregithubmanticore · 2025-03-28 · 1 · #3256

Sync log-level with buddy

donhardmandonhardman · 2025-05-28 · 12 · #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

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 …

quadlolquadlol · 2023-02-14 · 3 · #1038

🆕 Update buddy version from 3.28.4 to 3.28.5

githubmanticoregithubmanticore · 2025-05-28 · 4 · #3411

…clt ❌ CLT tests in test/clt-tests/replication/ ✅ OK: 4 ❌ Failed: 1 ⏳ Duration: 138s 👉 Check Action Results for commit 806b60d Failed tests: ––– input ––– export INSTANCE=1 ––– output ––– OK ––– input ––– mkdir -p /var/{run,lib,log}/manticore-${INSTANCE} …

github-actions[bot]github-actions[bot] · 2025-05-28

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

juneszhjuneszh · 2025-01-20 · 1 · #2955

Crash with signal 11 во время индексации

RacceGatelRacceGatel · 2025-05-31 · 2 · #3306

bug

…MRE: mysql> drop table if exists t; create table t(f text) min_infix_len='2' html_strip='1' index_zones='a*'; insert into t(f) values ('<abcdefghijklmnopqrstuvwxyz01234567890abcdefghijklmnopqr>t</abcdefghijklmnopqrstuvwxyz01234567890abcdefghijklmnopqr>'); …

sanikolaevsanikolaev · 2025-04-17

Crash with signal 11 во время индексации

Bug Description: Имеется таблица products. После добавления text колонки search_values, в которой имеется зонирование данных html_strip=attr*, при индексации новых данных крашится мантикора. После рестарта mysql сокет недоступен(из контейнера в том числе …

RacceGatelRacceGatel · 2025-05-31 · 2 · #3306

bug

Few indexes are not indexed after upgrading to 9.3.2 from 6.3.8 (ALTER REBUILD KNN)

mohdmslmohdmsl · 2025-05-29 · 5 · #3409

bugest::size_S

Hi @mohdmsl, Is there some change in underlying structure of knn ? Yes. We're thinking about adding support for ALTER TABLE ... REBUILD KNN for cases like this. Unfortunately, since KNN is still a new feature in Manticore and its format is evolving, there …

sanikolaevsanikolaev · 2025-05-28