๐ 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
Trying to make logical dump with mysqldump : mysqldump -h0 -P9306 manticore > index.sql Dump creating but with following errors: mysqldump: Error: 'P01: syntax error, unexpected SELECT, expecting integer or string or '-' near 'SELECT DISTINCT LOGFILE_ โฆ
d47081 ยท 2024-01-09 ยท 5 ยท #1652
waiting
Manticore query cache fails to cache PACKEDFACTORS()
Bug Description: Recently tried to enable Manticoreโs native query cache, however we ran into a situation regarding caching PACKEDFACTORS() output, regardless if itโs json or not. On a cache miss we receive values, on a cache hit we receive empty column, โฆ
vytautasvers ยท 2024-11-20 ยท 2 ยท #2742
bugrel::7.0.0est::size_M
Bug Description: sometimes tmp.spidx left during daemon work. It is not clear how that happened but could be from interrupt at the disk chunk optimize step Manticore Search Version: 6.3.9-aa1c567 Operating System Version: linux Have you tried the latest โฆ
tomatolog ยท 2025-05-02 ยท 4 ยท #3343
bugrel::9.3.2
search query time in microseconds
Proposal: now query time count in milliseconds when later microsecond precision got calculated like this int64_t tmAccountedWall = 0; int64_t tmAccountedCpu = 0; for ( const auto & dResult : m_dNAggrResults ) { tmAccountedWall += dResult.m_iQueryTime*1000 โฆ
tomatolog ยท 2025-06-30 ยท 1 ยท #3531
enhancementest::size_M
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 โฆ
donhardman ยท 2025-06-25 ยท 9 ยท #3299
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 | โฆ
starinacool ยท 2024-01-10 ยท 0 ยท #1653
est::NO_ESTIMATE
Wrong calculation of max_predicted_time
Bug Description: Option max_predicted_time stops query execution, but with threshold value several times larger than specified. For convinience, I reproduced it in your interactive example. https://play.manticoresearch.com/mlt/ mysql> select id, title โฆ
Derrior ยท 2025-06-30 ยท 0 ยท #3527
bug
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 , โฆ
0xfourzerofour ยท 2025-06-12 ยท 3 ยท #3448
waiting
Joined queries are not logged properly
Bug Description: Join queries are added to log without the join part, JOIN ON filters, right table match and right table options. This needs to be fixed. Manticore Search Version: 6.3.9 Operating System Version: Have you tried the latest development โฆ
glookka ยท 2025-06-25 ยท 3 ยท #2953
bug
Backtick support for system tables
Bug Description: While we are able to create tables with backticks, for example: create table `test`; it's impossible to do so with the system schema: create table `system`.`test`; Manticore Search Version: Latest dev version Operating System Version: โฆ
donhardman ยท 2025-05-02 ยท 3 ยท #2898
bugest::size_Srel::9.3.2
Bug Description: When executing a CREATE TABLE command with the shards parameter specified as a non-numeric value (e.g. abc), Manticore Search returns a syntax error, but the error message does not reflect the nature of the problem. The current output โฆ
PavelShilin89 ยท 2025-04-06 ยท 1 ยท #3218
bug
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.
glookka ยท 2025-06-30 ยท 1 ยท #1615
est::size_M
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 โฆ
vdatalog ยท 2025-06-30 ยท 0 ยท #3528
Cannot start Manticore service in WSL2
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, โฆ
juneszh ยท 2025-01-20 ยท 1 ยท #2955
Using Plain table and Postgresql on MacOS (M1)
Hello, I don't really understand the workflow on mac M1. I have followed this tutorial https://play.manticoresearch.com/mysql/ - however, I am using PostgreSQL in my case. I am implementing search on my Postgresql tables. I did install everything โฆ
quadlol ยท 2023-02-14 ยท 3 ยท #1038
the large id could not be found
Bug Description: MySQL [(none)]> drop table if exists t; create table t; insert into t values (17439440672837813226); select * from t where id = 17439440672837813226; Query OK, 0 rows affected (0.007 sec) Query OK, 0 rows affected (0.005 sec) Query OK, 1 โฆ
jmpleo ยท 2025-05-02 ยท 5 ยท #3090
bugest::size_Srel::9.3.2
Describe the bug Hello I just got acquainted with your database. This is a very fast database. Unfortunately, I couldn't find any good information about authentication in the documentation. But the main problem is about memory: 1- I entered the number of โฆ
majid1605 ยท 2023-03-17 ยท 9 ยท #1039
bug
The `/sql` endpoint incorrectly allows SHOW VERSION command
Bug Description: Summary: The /sql endpoint incorrectly allows SHOW VERSION command despite documentation stating it "accepts only SELECT statements". MRE: searchd curl -s -X POST "http://localhost:9308/sql" -d "SHOW VERSION" [{"total":6,"error":""," โฆ
PavelShilin89 ยท 2025-06-29 ยท 0 ยท #3520
bug
abnormal count(*) value in large rt table
Bug Description: It's difficult to find an MRE, but after inserting about 2.5 billion documents, the count(*) value becomes negative: create table t; bug.py: from xxhash import xxh64_intdigest configuration = manticoresearch.Configuration( host="http:// โฆ
jmpleo ยท 2025-05-02 ยท 7 ยท #3238
bugrel::9.3.2
RT index CRASH after FREEZE/UNFREEZE
Bug Description: Hello, my RT index crushes after several FREEZE/UNFREEZE operations The way to reproduce: Create index: create table search_idx (article text, article2 text) stopwords=โru, enโ morphology = โlemmatize_ru_all, lemmatize_en_allโ; I run a โฆ
hgfdd ยท 2025-06-25 ยท 1 ยท #3501
bugwaiting