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

13741 results 22 ms in manticoresoftware/manticoresearch

ci: fixed a bug in dist/test_kit_docker_build.sh which resulted in missing buddy commit

sanikolaevsanikolaev Β· 2025-06-13 Β· 1 Β· #3463

Windows test results β€‡β€ˆβ€‡β€‡3 files    3 suites   25m 29s :stopwatch: 1β€ˆ008 tests 956 :white_check_mark: 52 :zzz: 0 :x: 1β€ˆ012 runsβ€Šβ€ƒ960 :white_check_mark: 52 :zzz: 0 :x: Results for commit b7775119. :recycle: This comment has been updated with latest results …

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

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

Wrong error "Undefined array key "Field"

sanikolaevsanikolaev Β· 2025-06-11 Β· 3 Β· #3388

bugbuddy_candidate

The related telegram discussion is https://t.me/manticore_chat/7196/19195 Another symptom which is probably caused by the same issue was posted in https://t.me/manticore_chat/7196/19197: ΠŸΠΎΡ…ΠΎΠΆΠ°Ρ ситуация с "query is non-computable (single NOT operator)" …

sanikolaevsanikolaev Β· 2025-05-18

πŸ†• Update backup version from 1.9.1 to 1.9.5

githubmanticoregithubmanticore Β· 2025-06-11 Β· 5 Β· #3442

…clt ❌ CLT tests in test/clt-tests/replication/ βœ… OK: 4 ❌ Failed: 1 ⏳ Duration: 142s πŸ‘‰ Check Action Results for commit fe789fd 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-06

API response /search return a doc id as uint64 instead of int64

kperreaukperreau Β· 2025-06-13 Β· 5 Β· #3447

bug

@kperreau The API documentation specifies that the response doc _id should be a signed int64 int64 Can you please share the link?

sanikolaevsanikolaev Β· 2025-06-09

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

integration of Manticore with Filebeat

MickeymuaMickeymua Β· 2025-06-02 Β· 11 Β· #1345

est::size_M

Currently, Manticore still does not support Filebeat 8.9. We 're working on this issue now. The related issue is https://github.com/manticoresoftware/manticoresearch/issues/1405

Nick-S-2018Nick-S-2018 Β· 2023-08-29

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.29.7 to 3.30.0

githubmanticoregithubmanticore Β· 2025-06-12 Β· 21 Β· #3459

…clt ❌ CLT tests in test/clt-tests/replication/ βœ… OK: 4 ❌ Failed: 1 ⏳ Duration: 141s πŸ‘‰ Check Action Results for commit 38f44c9 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-11

System Variables and Query Parsing Inconsistencies in Manticore Search

PavelShilin89PavelShilin89 Β· 2025-05-28 Β· 2 Β· #3412

…clt ❌ CLT tests in test/clt-tests/buddy/ βœ… OK: 12 ❌ Failed: 1 ⏳ Duration: 149s πŸ‘‰ Check Action Results for commit bc380f0 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-28

How to solove table left join query slowly?

dinfordinfor Β· 2025-06-13 Β· 1 Β· #3466

waiting

Hi @dinfor has 2.5w datas What does it mean? What's your Manticore version?

sanikolaevsanikolaev Β· 2025-06-13

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

Created test-support-logstash-versions.rec

PavelShilin89PavelShilin89 Β· 2025-06-13 Β· 125 Β· #3383

clt-amd64 ❌ CLT tests in test/clt-tests/integrations/test-integrations- βœ… OK: 4 ❌ Failed: 1 ⏳ Duration: 478s πŸ‘‰ Check Action Results for commit 51a5ad5 Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd > /dev/null; if …

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

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

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

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

Created test-support-logstash-versions.rec

PavelShilin89PavelShilin89 Β· 2025-06-13 Β· 125 Β· #3383

clt-arm64 ❌ CLT tests in test/clt-tests/installation/deb-dev-u βœ… OK: 0 ❌ Failed: 1 ⏳ Duration: 48s πŸ‘‰ Check Action Results for commit 57e17f1 Failed tests: ––– input ––– export PATH=/usr/bin:/usr/local/bin:/usr/sbin:/sbin:/bin ––– output ––– OK ––– input …

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

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