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

14762 results 29 ms in manticoresoftware/manticoresearch

Authentication and authorization

Proposal: Umbrella issue for https://roadmap.mnt.cr/ about authentication and authorization. Subtasks: https://github.com/manticoresoftware/manticoresearch/issues/2748 https://github.com/manticoresoftware/manticoresearch/issues/2808 https://github.com/ …

sanikolaevsanikolaev · 2025-07-06 · 15 · #2833

enhancement

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

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

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

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

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

Possible difference between KNN dist on RAM chunk vs HNSW index

Bug Description: On the forum: https://forum.manticoresearch.com/t/getting-different-results-for-knn-query-on-replication-nodes/2422 was asked to check if got differnet KNN distances via a ram chunk, vs disk chunk. Have been able to find a difference, …

barryhunterbarryhunter · 2025-07-05 · 0 · #3554

bug

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

that is the WIP for the auth branch

to make sure all for https://github.com/manticoresoftware/manticoresearch/issues/2808 and part of user management from the https://github.com/manticoresoftware/manticoresearch/issues/2748 builds and work

tomatologtomatolog · 2025-07-06 · 9 · #2828

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

🆕 Update backup version from 1.9.5 to 1.9.6

Update backup version from 1.9.5 to 1.9.6 which includes: 5247d06 ci: updated release.yml, so it can be triggered on push to release-

githubmanticoregithubmanticore · 2025-07-05 · 0 · #3555

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

Enable CLT tests for RHEL10 (Apply after release)

This reverts commit 84a3119455ffb2bf41a83501737b869e886881ed. Type of Change (select one): Bug fix New feature Documentation update Description of the Change: Related Issue (provide the link):

djklim87djklim87 · 2025-07-06 · 12 · #3534

Authentication and authorization

sanikolaevsanikolaev · 2025-07-06 · 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

Is there any way to make changes to the index via a mysql trigger?

Describe the bug Previously (version 5.0.2) this was possible using engine=connection. To Reproduce create table search_post ( command varchar(128) not null, warnings int(4) not null flag=3, number int(5) not null flag=1, message varchar(255) flag=2) …

rouncerounce · 2025-06-30 · 7 · #1411

est::size_M

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

test(clt): add regression test for offset out of bounds error

donhardmandonhardman · 2025-06-11 · 4 · #3456

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

[BUDDY] no curl found

Bug Description: in the netfetch.cpp ,function bool IsCurlAvailable() { return false; } why??? Manticore Search Version: 10.1 Operating System Version: centos8 Have you tried the latest development version? None Internal Checklist: To be completed by the …

haoxiaokunhaoxiaokun · 2025-07-04 · 1 · #3553

bug

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

test_296 fails randomly on windows

Bug Description: test_296 fails randomly on windows. Sometimes it passes, sometimes daemon crashes. Reproducible both in CI and on local windows machine. Manticore Search Version: Operating System Version: Have you tried the latest development version? …

glookkaglookka · 2025-07-03 · 1 · #3538

bug

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

Insufficient utilization of CPU

Bug Description: When using mysqldump to export data, Manticore Search Version: 9.3.2 428075261@25050208 (columnar 4.2.1 0fe99f4@25050206) (secondary 4.2.1 0fe99f4@25050206) (knn 4.2.1 0fe99f4@25050206) Operating System Version: centos 7.9 +docker Have …

imgobyimgoby · 2025-07-04 · 0 · #3552

bug

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

Consider using CDN to accelerate downloads for repo.manticoresearch.com

Is your feature request related to a problem? Please describe. It takes many minutes to install manticore search in asia. repo.manticoresearch.com seems randomly very slow. Describe the solution you'd like Consider using CDN to accelerate downloads for …

digiravedigirave · 2023-05-24 · 3 · #1044

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

Add auto-translator to manual

Proposal: We should add auto-translator and translate our manual into all languages that the main site supports. Checklist: To be completed by the assignee. Check off tasks that have been completed or are not applicable. Implementation completed Tests …

donhardmandonhardman · 2025-07-01 · 10 · #3299

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

after restoring a table using manticore-backup,there is no table in mysql command

Bug Description: root@7a5043844a83:/var/log/manticore/data# manticore-backup --backup-dir=/var/log/manticore/data --restore=backup-20250625214757 Copyright (c) 2023-2024, Manticore Software LTD (https://manticoresearch.com) Manticore config file: Backup …

imgobyimgoby · 2025-07-04 · 6 · #3548

bugwaiting

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

systemctl warning for yum update systemd on RHEL 8: [/usr/lib/tmpfiles.d/searchd.conf:1] Line references path below legacy directory /var/run/, updating /var/run/manticore → /run/manticore; please update the tmpfiles.d/ drop-in file accordingly.

Describe the bug When systemd is updated on RHEL 8 with manticore search installed the following errors occur: [/usr/lib/tmpfiles.d/searchd.conf:1] Line references path below legacy directory /var/run/, updating /var/run/manticore → /run/manticore; please …

digiravedigirave · 2023-02-14 · 0 · #1045

1👍1

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

Tests: auto-embeddings in columnar

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

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

Facet search by float RANGE() not working

Bug Description: DROP TABLE IF EXISTS test_interval_and_range; CREATE TABLE test_interval_and_range(volume float); DESC test_interval_and_range; +--------+--------+------------+ | Field | Type | Properties | +--------+--------+------------+ | id | bigint …

tjslashtjslash · 2025-05-22 · 0 · #3401

bug

Authentication and authorization

sanikolaevsanikolaev · 2025-07-06 · 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

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

Bug Description: I have created this manticore vector search / knn table CREATE TABLE text_vector_64_floats ( table_name string attribute, table_rowid bigint, text_str text, text_vector float_vector knn_type='hnsw' knn_dims='64' hnsw_similarity='l2' ) and …

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

bug

Authentication and authorization

sanikolaevsanikolaev · 2025-07-06 · 15 · #2833

enhancement

auth_user_file daemon works with the auth_user_file as: lines with the errors are reported and skipped. At least one valid line is required for daemon to start or daemon fatal exit on startup daemon also fatal exit on startup if auth_user_file is set but …

tomatologtomatolog · 2024-12-12

Added CLT tests for Buddy protocol v3 validation

Type of Change (select one): This PR adds comprehensive CLT tests to validate the Buddy protocol v3 implementation by testing various endpoints that route requests to Buddy and verifying the correct protocol structure in debug logs. Description of the …

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

done

Test coverage for bidirectional log level synchronization between Manticore and Buddy

PavelShilin89PavelShilin89 · 2025-06-10 · 23 · #3400

…clt ❌ CLT tests in test/clt-tests/buddy/ ✅ OK: 12 ❌ Failed: 1 ⏳ Duration: 152s 👉 Check Action Results for commit b238e5d 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-22