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

17365 results 36 ms in manticoresoftware/manticoresearch

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

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

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

Crash on attempting to update a full-text field in a replicated table through a distributed table

donhardmandonhardman · 2025-06-17 · 1 · #3478

bug

MRE without Buddy: ✘  ~  mysql -v -P9306 -h0 -e "delete cluster r"; mysql -v -P9306 -h0 -e "drop table if exists t; create table t(f text); create cluster r; alter cluster r add t; drop table if exists d; CREATE TABLE d type='distributed' agent='127.0.0 …

sanikolaevsanikolaev · 2025-06-17

Crashes with searchd and KNN

Bug Description: I was working on importing ~900 million rows, some into a schema and the process failed. Ran for about 10 hours overnight and it looks like it crashed about 355 times. Full searchd log available at searchd_wip.log.gz but here is just one …

SembianceSembiance · 2025-07-02 · 5 · #3519

bug

Update test: cli-endpoint

sanikolaevsanikolaev · 2025-07-02 · 1 · #3542

…clt ❌ CLT tests in test/clt-tests/http-interface/ ✅ OK: 5 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit f53373a Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd $SEARCHD_FLAGS > /dev/null; if timeout 10 …

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

Update test-supported-mysqldump-versions.rec

Updating the list of supported msql version tags

PavelShilin89PavelShilin89 · 2025-06-11 · 0 · #3305

Crashes with searchd and KNN

SembianceSembiance · 2025-07-02 · 5 · #3519

bug

could you provide your data that we could post and reproduce this crash locally?

tomatologtomatolog · 2025-06-29

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

Support for the latest Logstash version

Nick-S-2018Nick-S-2018 · 2025-06-17 · 4 · #2400

est::size_Mrel::10.1.0

Finished in https://github.com/manticoresoftware/buddy-core/pull/121, https://github.com/manticoresoftware/manticoresearch-buddy/pull/532 Now Manticore supports Logstash 8.17.5 as well. We also need to update our clt tests to check for proper work of the …

Nick-S-2018Nick-S-2018 · 2025-05-01

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

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

Map log_level to Buddy

donhardmandonhardman · 2025-06-12 · 9 · #3252

enhancementest::size_M

As discussed, there are multiple ways to solve this task: SET BUDDY LOG_LEVEL which would set it for both Buddy and the daemon But there's this issue https://github.com/manticoresoftware/manticoresearch/issues/3125 which may be problematic then Polling …

sanikolaevsanikolaev · 2025-03-27

Header definitions for requests handled by Buddy

Proposal: The problem is that application/json headers are currently hardcoded in searchd. Even when calling the /cli endpoint—which doesn’t return JSON — the Content-Type: application/json header is still present: root@232f511affc0:/workdir# curl -v 0: …

djklim87djklim87 · 2025-07-02 · 2 · #3517

Renew: cli table tests

donhardmandonhardman · 2025-07-02 · 108 · #3020

done

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 33 ❌ Failed: 1 ⏳ Duration: 496s 👉 Check Action Results for commit 9a84650 Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; searchd --stopwait > /dev/null; …

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

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

how to correctly use buddy's Replace plugin to get REPLACE INTO working without losing existing values?

pakudpakud · 2025-07-02 · 2 · #3540

waiting

mysql> drop table if exists test; create table test ( title text, image_vector float_vector knn_type='hnsw' knn_dims='4' hnsw_similarity='l2' ); insert into test values ( 1, 'yellow bag', (0.653448,0.192478,0.017971,0.339821) ), ( 2, 'white bag', (-0. …

sanikolaevsanikolaev · 2025-07-02

how to correctly use buddy's Replace plugin to get REPLACE INTO working without losing existing values?

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

pakudpakud · 2025-07-02 · 2 · #3540

waiting

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

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

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

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

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

🆕 Update mcl version

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

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

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

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 …

PavelShilin89PavelShilin89 · 2025-02-19 · 0 · #3104

done

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

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

donhardmandonhardman · 2025-05-02 · 3 · #2898

bugest::size_Srel::9.3.2

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

Update test: cli-endpoint

Updated minor issue in test cli-endpoint.rec which caused an instability in it

sanikolaevsanikolaev · 2025-07-02 · 1 · #3542

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 test: search-stats-global-vs-table-consistency

Summary 1 added files Added Files search-stats-global-vs-table-consistency.rec - New test file Auto-generated from CLT UI

sanikolaevsanikolaev · 2025-07-01 · 3 · #3536

CLT tests for DBeaver

Nick-S-2018Nick-S-2018 · 2025-06-17 · 1 · #3468

A test will be implemented within https://github.com/manticoresoftware/manticoresearch/issues/3467

sanikolaevsanikolaev · 2025-06-17

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

how to correctly use buddy's Replace plugin to get REPLACE INTO working without losing existing values?

pakudpakud · 2025-07-02 · 2 · #3540

waiting

@sanikolaev for clarity - what's the question? replace into test set image_vector = (0.1,0.2,0.3,0.4) where id = 1 works fine, but REPLACE INTO as in the original post - does not work. thx!…

pakudpakud · 2025-07-02

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

Crashes with searchd and KNN

SembianceSembiance · 2025-07-02 · 5 · #3519

bug

could you provide your data that we could post and reproduce this crash locally? It's 2.5TB of data and 900 million rows. I just tried narrowing it down to some specific data I could provide, and while I was able to get it to crash again trying to insert …

SembianceSembiance · 2025-06-29

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

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