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

16052 results 39 ms in manticoresoftware/manticoresearch

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

TRUNCATE TABLE on distributed

donhardmandonhardman · 2025-05-07 · 8 · #2819

est::size_S

That look strange, as it was declared, 'the buddy' can care about such cases. Also, we just don't have a place for 'empty' tables. Even 'template' at least has dictionary/charset and can be used for snippets creation. But 'truncated' distributed - what is …

klirichekklirichek · 2025-03-13

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

Map log_level to Buddy

donhardmandonhardman · 2025-05-07 · 4 · #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

auto disk flush additional conditions

Proposal: it could be better to add additional conditions to skip auto disk-flush in case of running optimize. That allow do no save lot of small disk chunk while optimize works merging two large disk chunk. It also worth to check disk chunks count and if …

tomatologtomatolog · 2025-05-07 · 0 · #3195

enhancementest::size_M

auth: auth log

tomatologtomatolog · 2025-05-07 · 1 · #2985

waitingest::size_L

Decided on today's call this logging tasks should be postponed until we're done with the other tasks.

sanikolaevsanikolaev · 2025-05-07

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

timestamp support millisecond

FriskKiddoFriskKiddo · 2025-05-07 · 6 · #3254

enhancementest::size_L

@FriskKiddo Have you thought about using bigint ? Also, what's your general use case for the timestamp? Can bigint work for you?

sanikolaevsanikolaev · 2025-03-27

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

Support for statistic functions (median and percentile)

dzek69dzek69 · 2025-05-07 · 3 · #3280

1👀1

est::size_L

we do not have such aggregations for now We recently added some aggregations used at Kibana popular dashboards but not these.

tomatologtomatolog · 2025-04-02

crash using named select in where

Bug Description: Used docker image: manticoresearch/manticore:dev Steps to reproduce CREATE TABLE IF NOT EXISTS test(id bigint, coordinates json); INSERT INTO test(id, coordinates) values (1, '[{"latitude":47.425413,"longitude":9.612921,"ort":"9442"},{" …

kevichkevich · 2025-05-07 · 4 · #3080

bugest::size_M

Secondary index hint ignored when MATCH is specified

animetoshoanimetosho · 2025-05-07 · 12 · #3245

bug

I sure secondary index with or without hints used only for full-scan path but the MATCH is full-text matching path not related with the full-scan path. And secondary index is not used there as result set got from the full-text matching tree and just got …

tomatologtomatolog · 2025-03-26

fixed daemon crash on filter of aliased geodist expression with json attributes

to check all testes at CI

tomatologtomatolog · 2025-05-07 · 0 · #3366

Created test-autosharding-outage-rebalancing.rec

PavelShilin89PavelShilin89 · 2025-05-06 · 3 · #3304

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 42 ❌ Failed: 1 ⏳ Duration: 400s 👉 Check Action Results for commit a8235f2 Failed tests: ––– input ––– export INSTANCE=1 ––– output ––– OK ––– input ––– mkdir -p /var/{run,lib, …

github-actions[bot]github-actions[bot] · 2025-04-16

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

Authentication and authorization

sanikolaevsanikolaev · 2025-05-07 · 11 · #2833

enhancement

Auth SphinxQL interface. Daemon uses check of the password from the mysql client compatible with the plugin mysql_native_password , ie mysql -h 127.0.0.1 -P 9306 -u teston -p Enter password: **** should work the same was as with regular mysql server. …

tomatologtomatolog · 2024-12-12

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

added cluster binglog

tomatologtomatolog · 2025-05-07 · 28 · #2710

publishpack

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

github-actions[bot]github-actions[bot] · 2025-03-04

Default synonyms

Proposal: Let's look into whether we can find and include default synonyms for most supported languages — or at least some of them — in the Manticore distribution (as wordforms). Checklist: To be completed by the assignee. Check off tasks that have been …

sanikolaevsanikolaev · 2025-05-07 · 4 · #3330

1👍1

save seqno periodically to allow IST on node restart after crash

tomatologtomatolog · 2025-05-07 · 12 · #1894

1👍1

est::size_Mfeature::replication

To continue the development it could be better to wait for refactor of the binlog code at https://github.com/manticoresoftware/manticoresearch/issues/879 then use a new binlog instance that just saves seqno from the clusters. As for now if cluster writes …

tomatologtomatolog · 2024-05-07

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

In a replica cluster, is it possible to directly add fields to a table?

jiujiu994jiujiu994 · 2025-05-07 · 2 · #3360

…no you have first to drop table from the cluster then add field then add table back into cluster at the node where you changed the table

tomatologtomatolog · 2025-05-06

1👍1

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

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

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

Add auto-translator to manual

donhardmandonhardman · 2025-05-06 · 5 · #3299

Blocked by: https://github.com/manticoresoftware/translator/issues/3

donhardmandonhardman · 2025-04-25

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

improve crash log for daemon runs in container

tomatologtomatolog · 2025-05-07 · 1 · #3298

1👀1

enhancementest::size_M

Instead of writing the crash log file into the log directory you could write it into the data directory instead... /var/lib/manticore is data volume by default in the Dockerfile and normally mapped into the container so the dump would be much more likely …

skyscoobyskyscooby · 2025-04-17

1👀1

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

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

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

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

🆕 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

Add CLT test for system variables error handling (Buddy ON/OFF)

PavelShilin89PavelShilin89 · 2025-05-06 · 2 · #3361

done

…clt ❌ CLT tests in test/clt-tests/buddy/ ✅ OK: 12 ❌ Failed: 1 ⏳ Duration: 146s 👉 Check Action Results for commit a70f784 Failed tests: ––– input ––– mkdir -p /var/lib/manticore && chmod -R 755 /var/lib/manticore ––– output ––– OK ––– input ––– rm -f /var/ …

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

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

Improve Pack & Publish CI (check deps.txt)

sanikolaevsanikolaev · 2025-05-07 · 3 · #2695

@sanikolaev Implemented in this PR - https://github.com/manticoresoftware/manticoresearch/pull/3324. Please give feedback or approval to merge.

PavelShilin89PavelShilin89 · 2025-05-06

🆕 Update mcl version

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

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

Default synonyms

sanikolaevsanikolaev · 2025-05-07 · 4 · #3330

1👍1

I did a fairly extensive evaluation and found that the best dictionary we can use for this purpose is WordNet. Key Findings: Online dictionaries provide better synonym results, but their datasets are not publicly available. Other public dictionaries fall …

djklim87djklim87 · 2025-05-06

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

crash using named select in where

kevichkevich · 2025-05-07 · 4 · #3080

bugest::size_M

Thanks @kevich MRE mysql> drop table if exists t; CREATE TABLE t(j json); INSERT INTO t values (1, '[{"la":1,"lo":2}]'); SELECT id, j, ANY(GEODIST(1, 2, x.la, x.lo) <= 5 FOR x IN j) as cond FROM t WHERE cond = 1; -------------- drop table if exists t …

sanikolaevsanikolaev · 2025-02-20

1👍1