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

14109 results 29 ms in manticoresoftware/manticoresearch

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

Tests: auto-embeddings in columnar

donhardmandonhardman · 2025-07-03 · 16 · #3472

…clt ❌ CLT tests in test/clt-tests/columnar/ ✅ OK: 0 ❌ Failed: 3 ⏳ Duration: 15s 👉 Check Action Results for commit a1fc2e2 Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd $SEARCHD_FLAGS > /dev/null; if timeout 10 grep - …

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

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

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

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

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

improve crash log for daemon runs in container

tomatologtomatolog · 2025-07-03 · 4 · #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

Added CLT tests for Buddy protocol v3 validation

PavelShilin89PavelShilin89 · 2025-07-03 · 1 · #3551

done

…clt ❌ CLT tests in test/clt-tests/buddy/ ✅ OK: 15 ❌ Failed: 1 ⏳ Duration: 175s 👉 Check Action Results for commit a92ee8c 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-07-03

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

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

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

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

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

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

Tests: auto-embeddings in columnar

donhardmandonhardman · 2025-07-03 · 16 · #3472

…clt ❌ CLT tests in test/clt-tests/columnar/ ✅ OK: 0 ❌ Failed: 3 ⏳ Duration: 18s 👉 Check Action Results for commit 7870d69 Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd $SEARCHD_FLAGS > /dev/null; if timeout 10 grep - …

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

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: 495s 👉 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-31

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

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

Manticore Columnar - Signal 11 SEGFAULT after uploading 60 million rows into KNN-vector search table

gabriel-vgabriel-v · 2025-07-03 · 2 · #3550

bug

if you upload your index files and /var/lib/manticore/binlog/binlog. files we could try to recreate and investigate this case locally. You could upload your data as described at our manual https://manual.manticoresearch.com/dev/Reporting_bugs#Uploading- …

tomatologtomatolog · 2025-07-03

improve crash log for daemon runs in container

tomatologtomatolog · 2025-07-03 · 4 · #3298

1👀1

enhancementest::size_M

Thanks for the update! However, the internal checklist is not yet complete. A Manticore team member will close this issue once everything is checked off. 🛠️

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