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

14877 results 39 ms in manticoresoftware/manticoresearch

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

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

Query not working as expected

Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, …

aktivwebagenturaktivwebagentur · 2025-07-17 · 0 · #3582

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

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-10 · 3 · #3550

bugwaiting

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

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

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

test queries with libfuzzer

sphParseExtendedQuery, and then sphTransformExtendedQuery executed over random generated input to find crashes and memory leaks. See https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md for details Quickstart guide located at the …

klirichekklirichek · 2025-07-17 · 8 · #3571

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

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

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

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

Multimodality and semantic query weights

Proposal: Since some models such as CLIP based models use both text and image fields and they package multiple features of records the search chareteristic expectations can be rather complex. The full article useful for context is following. If Manticore …

ViljarVoidulaViljarVoidula · 2025-07-15 · 2 · #3570

2🚀2

Added support for local distributed tables in join queries

glookkaglookka · 2025-07-16 · 1 · #3577

Windows test results     3 files      3 suites   24m 46s :stopwatch: 1 083 tests 1 031 :white_check_mark: 52 :zzz: 0 :x: 1 087 runs  1 035 :white_check_mark: 52 :zzz: 0 :x: Results for commit ab59480e. :recycle: This comment has been updated with latest …

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

ability to return offsets when highlighting

Proposal: similar to https://github.com/elastic/elasticsearch/issues/5736 it would be nice to have an option for highlight to return just the offsets, without the use of pre_tags / post_tags i would expect something like { "table": "messages", "_source": …

teidesuteidesu · 2025-07-17 · 0 · #3579

Auto-Embeddings: possibility to run SELECT with text query

donhardmandonhardman · 2025-07-15 · 1 · #3524

This block the umbrella issue about auto-embeddings https://github.com/manticoresoftware/manticoresearch/issues/1778

sanikolaevsanikolaev · 2025-07-15

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

JOIN for local distributed tables

sanikolaevsanikolaev · 2025-07-17 · 3 · #3185

est::size_M

Implemented in https://github.com/manticoresoftware/manticoresearch/pull/3577

glookkaglookka · 2025-07-16

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

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

Automatic embeddings generation

As discussed in https://forum.manticoresearch.com/t/search-for-similar-documents/1799/2 https://forum.manticoresearch.com/t/search-for-similar-documents/1799 , it's quite complicated to generate embeddings outside of Manticore Search. It would be great if …

sanikolaevsanikolaev · 2025-07-15 · 9 · #1778

4👍4

est::size_L

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-translating of the manual

donhardmandonhardman · 2025-07-16 · 2 · #3333

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

Auto-Embeddings: possibility to run SELECT with text query

Proposal: Now we have the possibility to create a vector field that will run auto-embeddings generation but are missing the ability to do a selection. The easiest approach is to adapt the current knn(..) method to accept a STRING instead of an exact …

donhardmandonhardman · 2025-07-15 · 1 · #3524

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

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

JOIN for local distributed tables

sanikolaevsanikolaev · 2025-07-17 · 3 · #3185

est::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-16

Escaping does not work with reserved keywords

Describe the bug Escaping does not work with reserved keywords in the query. To Reproduce Steps to reproduce the behavior: mysql> create table t(`year` int); mysql> create table t(`facet` int); mysql> create table t(`order` int); Expected behavior The …

Nick-S-2018Nick-S-2018 · 2024-12-16 · 4 · #1827

est::size_Srel::upcoming

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

Support for Namespaces in Vector Search

Proposal: Thank you for your amazing product in the open-source world with enterprise features. Does ManticoreSearch supports namespaces in vector search similar to how Cloudflare VectorDB or Qdrant VectorDB support them. Namespaces provide a way to …

anupriya17anupriya17 · 2025-07-16 · 4 · #2321

2👍2

est::size_Mfeature::vector_search

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

joining by json_attr.string doesn't work

Bug Description: MRE: snikolaev@dev2:~$ mysql -P9306 -h0 -e "drop table if exists t; drop table if exists t2; create table t(f text, s string, j json); create table t2(f text, s string, j json); insert into t values(1, 'abc', 'string', '{\"i\": 1, \"b\": …

sanikolaevsanikolaev · 2024-12-16 · 0 · #2559

bugest::size_Srel::upcomingfeature::join

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

Add support for float_vector in plain tables

float_vector attributes are currently supported only in the rt tables ( rt_attr_float_vector ). We need to extend this support to all data sources in plain tables.

glookkaglookka · 2025-06-30 · 1 · #1615

1👍1

est::size_M

JOIN for local distributed tables

sanikolaevsanikolaev · 2025-07-17 · 3 · #3185

est::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-17

Support wordforms_index for loading wordforms from SQL table instead of file

Proposal: Allow using an SQL table as a source of wordforms, instead of only a file path. Proposed syntax: CREATE TABLE my_table ( title string ) wordforms_index='my_synonyms_index'; Motivation Currently, wordforms require a plain UTF-8 text file to be …

vdatalogvdatalog · 2025-06-30 · 0 · #3528

New CLT UI test

donhardmandonhardman · 2025-06-25 · 4 · #3508

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 47 ❌ Failed: 1 ⏳ Duration: 439s 👉 Check Action Results for commit 1a63c95 Failed tests: ––– input ––– whoami ––– output ––– + root

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

OPTIMIZE TABLE never finishes with KNN data

Bug Description: If you have data with float_vector KNN fields, OPTIMIZE TABLE just spins at 100% CPU and never finishes. Steps to reproduce: wget "https://sembiance.com/wip/optimizeKNNBroke.tar.gz" tar -xvf optimizeKNNBroke.tar.gz && cd optimizeKNNBroke …

SembianceSembiance · 2025-07-09 · 2 · #3560

bug

Manticore 5.0.2 unexpected crash across all cluster nodes

pavelnemirovskypavelnemirovsky · 2023-06-18 · 2 · #978

waitingwontfix

it is not clear the root of the crash as there is no query that cause this crash. However looking at the BT of the crash columnar::Packer_Hash_c::AddDoc that crash could be related to recent fix in columnar library https://github.com/manticoresoftware/ …

tomatologtomatolog · 2023-01-04

1👍1