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

14221 results 25 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

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

pakudpakud Β· 2025-07-10 Β· 4 Β· #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

Use .rec extension to trigger the CI when a file is changed within a PR

sanikolaevsanikolaev Β· 2025-07-09 Β· 22 Β· #3566

…clt ❌ CLT tests in test/clt-tests/plugins/ βœ… OK: 0 ❌ Failed: 1 ⏳ Duration: 10s πŸ‘‰ Check Action Results for commit 2b6215f Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd --stopwait > /dev/null; stdbuf -oL searchd ${ …

github-actions[bot]github-actions[bot] Β· 2025-07-09

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

Added CLT tests for Buddy protocol v3 validation

PavelShilin89PavelShilin89 Β· 2025-07-10 Β· 6 Β· #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

Authentication and authorization

sanikolaevsanikolaev Β· 2025-07-10 Β· 15 Β· #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

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

Use .rec extension to trigger the CI when a file is changed within a PR

sanikolaevsanikolaev Β· 2025-07-09 Β· 22 Β· #3566

…clt ❌ CLT tests in test/clt-tests/http-interface/ βœ… OK: 0 ❌ Failed: 6 ⏳ Duration: 17s πŸ‘‰ Check Action Results for commit 2b6215f 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-09

Added CLT tests for Buddy protocol v3 validation

PavelShilin89PavelShilin89 Β· 2025-07-10 Β· 6 Β· #3551

done

…clt ❌ CLT tests in test/clt-tests/buddy/ βœ… OK: 15 ❌ Failed: 1 ⏳ Duration: 157s πŸ‘‰ Check Action Results for commit cf54a1c Failed tests: ––– input ––– export SEARCHD_FLAGS="--logdebugvv" ––– output ––– OK ––– input ––– rm -f /var/log/manticore/searchd.log; …

github-actions[bot]github-actions[bot] Β· 2025-07-08

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

Authentication and authorization

sanikolaevsanikolaev Β· 2025-07-10 Β· 15 Β· #2833

enhancement

Basic auth HTTP interface. If the user added into daemon client must use HTTP Basic access authentication schema, ie for the curl client it works like curl -X POST "localhost:9312/search" -H "content-type: application/json" -d @gh1594.js -u test_file:test …

tomatologtomatolog Β· 2024-12-12

Auto-translating of the manual

donhardmandonhardman Β· 2025-07-10 Β· 2 Β· #3333

Linux debug test results 1β€ˆ106 tests   1β€ˆ053 :white_check_mark:  43m 41s :stopwatch: β€‡β€ˆβ€‡β€‡1 suitesβ€ƒβ€ƒβ€‡β€ˆβ€‡52 :zzz: β€‡β€ˆβ€‡β€‡1 filesβ€„β€‚β€ƒβ€ƒβ€‡β€ˆβ€‡β€‡1 :x: For more details on these failures, see this check. Results for commit 63356336. :recycle: This comment has been …

github-actions[bot]github-actions[bot] Β· 2025-04-26