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

15729 results 38 ms in manticoresoftware/manticoresearch

Secondary indexes for json attributes don't work with in() expressions

Bug Description: Secondary indexes are not used when running the following queries with json attributes: select id, any(x='val0' for x in j.arr) a from t where a>0; show meta; select id, in(j.arr, 'val0') a from t where a>0; show meta; select id, in(j[' …

glookkaglookka · 2024-07-08 · 1 · #2381

bugrel::7.0.0

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

mysqldump export error

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

d47081d47081 · 2024-01-09 · 5 · #1652

waiting

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

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

vytautasversvytautasvers · 2024-11-20 · 2 · #2742

bugrel::7.0.0est::size_M

Convert Sphinx 3.3.1 Config to Latest Manticore Package with Plaintext Feature and Performance Optimization

syrian2012syrian2012 · 2024-06-18 · 1 · #2276

waiting

Hello. Can you provide more details on the plaintext feature you mentioned?

sanikolaevsanikolaev · 2024-06-18

CI: update error messages for ALTER TABLE and IMPORT TABLE commands

Related issue https://github.com/manticoresoftware/manticoresearch/issues/2898

sanikolaevsanikolaev · 2025-04-17 · 1 · #3314

Always 0 for unexisting @@variables

donhardmandonhardman · 2025-03-04 · 6 · #3109

bug

the related ticket is https://github.com/manticoresoftware/manticoresearch/issues/1273 daemon always returns valid response for unknown @@variable . Then the buddy present the response looks like mysql -h 127.0.0.1 -P 9306 -e "SELECT @@tx_isolation_ …

tomatologtomatolog · 2025-02-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

Make ID unsigned bigint

sanikolaevsanikolaev · 2025-02-19 · 7 · #1030

1👍1

Is it worth the trouble to change the implementation again? The ID is a full 64-bits now, so can hold your unsigned 64-bit number via a static_cast or bit_cast, no?

wayneseguinwayneseguin · 2023-02-09

Update test-create-table-like-existing-table-with-data.rec

Type of Change (select one): Bug fix - Fixed lack of support for IF NOT EXISTS syntax for create with data syntax. Description of the Change: Added support IF NOT EXISTS syntax for create with data syntax. Related Issue (provide the link): https://github. …

PavelShilin89PavelShilin89 · 2024-11-14 · 0 · #2759

done

Crash with signal 11 во время индексации

RacceGatelRacceGatel · 2025-04-17 · 2 · #3306

bug

Удалось локализовать причину. Аффектит параметр min_infix_len, а также длина названии зоны. Чтобы воспроизвести: create table test(search_values text) min_infix_len='2' html_strip='1' index_zones='attr*'; insert into test(search_values) values ('<attr-atr …

raccegatel00raccegatel00 · 2025-04-16

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

donhardmandonhardman · 2025-04-17 · 2 · #2898

bugest::size_S

improve `indextool --buildidf` (and m.b. `indextool --mergeidf`)

klirichekklirichek · 2025-04-13 · 1 · #3290

This fix in another issue and it might help you click

asmockloasmocklo · 2025-04-12

INSERT DELAYED

Currently mass inserts into a Manticore real-time table require batching for better performance. The task is to implement the INSERT DELAYED SQL command which would work as follows: INSERT DELAYED ... gets routed to Buddy Buddy saves the documents …

sanikolaevsanikolaev · 2023-12-05 · 8 · #1493

hacktoberfest

CI: update error messages for ALTER TABLE and IMPORT TABLE commands

sanikolaevsanikolaev · 2025-04-17 · 1 · #3314

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 43 ❌ Failed: 1 ⏳ Duration: 405s 👉 Check Action Results for commit 3ec5782 Failed tests: ––– input ––– mkdir /tmp/import-table/ ––– output ––– OK ––– input ––– echo "a > b" > / …

github-actions[bot]github-actions[bot] · 2025-04-17

Updated examples in Manual

Type of Change (select one): Bug fix New feature Documentation update Description of the Change: Related Issue (provide the link):

Nick-S-2018Nick-S-2018 · 2025-04-17 · 0 · #3310

Kafka integration: Partition select

AbstractiveNordAbstractiveNord · 2025-04-17 · 10 · #3032

est::size_S

@AbstractiveNord Can you elaborate more on the value of fetching data from specific Kafka partitions? What's the real use case for this?

sanikolaevsanikolaev · 2025-02-17

🆕 Update buddy version

Update buddy version to: 2.3.13 24070805 2931a1f which includes: 2931a1f Introduce lazy loading for core labels like versions that before we initialized once on startup of metric thread

githubmanticoregithubmanticore · 2024-07-08 · 0 · #2388

Testing bug fixes in fuzzy search and autocomplete

PavelShilin89PavelShilin89 · 2024-10-01 · 9 · #2566

done

@sanikolaev I need approval to merge

PavelShilin89PavelShilin89 · 2024-09-17

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

juneszhjuneszh · 2025-01-20 · 1 · #2955

manticoresearch produces plenty of TIME_WAIT and SYN_SENT

chongshengdzchongshengdz · 2025-03-11 · 10 · #3154

waiting

Only TIME_WAIT has smth to do with Manticore: # egrep "9306|9308|9312" /tmp/t ipv4 2 tcp 6 53 TIME_WAIT src=127.0.0.1 dst=127.0.0.1 sport=43080 dport=9312 src=127.0.0.1 dst=127.0.0.1 sport=9312 dport=43080 [ASSURED] mark=0 zone=0 use=2 ipv4 2 tcp 6 42 …

sanikolaevsanikolaev · 2025-03-02

VERSION

Let's add a new SQL command VERSION as a shortcut to select * from status like 'version' . It should return all components' versions, e.g.: mysql> version; +---------------+------------------------+ | Component | Version | …

sanikolaevsanikolaev · 2024-05-23 · 6 · #1494

hacktoberfestrel::6.3.0

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

Setting doc id inside 'doc' fails /bulk insert

Bug Description: If I try to set a doc id inside the 'doc' object, insert does not happen. curl localhost:9308/cli -d 'create table test(f text)'; Query OK, 0 rows affected (0.002 sec) curl localhost:9308/bulk -H "Content-Type: application/x-ndjson" -d ' …

Nick-S-2018Nick-S-2018 · 2024-11-14 · 4 · #2299

1👀1

bugest::size_S

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

Invalid error when executing the CREATE TABLE command with the shards parameter set as a non-numeric value

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 …

PavelShilin89PavelShilin89 · 2025-04-06 · 1 · #3218

bug

Crash with signal 11 во время индексации

RacceGatelRacceGatel · 2025-04-17 · 2 · #3306

bug

…MRE: mysql> drop table if exists t; create table t(f text) min_infix_len='2' html_strip='1' index_zones='a*'; insert into t(f) values ('<abcdefghijklmnopqrstuvwxyz01234567890abcdefghijklmnopqr>t</abcdefghijklmnopqrstuvwxyz01234567890abcdefghijklmnopqr>'); …

sanikolaevsanikolaev · 2025-04-17

fix: handle libstemmer errors

Type of Change: Bug fix Description of the Change: The libstemmer API indicates that it can return NULL in the event of an out-of-memory error. However, it appears that it may also return NULL due to an internal error, which causes a crash. These errors …

subnixsubnix · 2025-01-06 · 1 · #2892

Errors in the process of building and publishing a Docker image

PavelShilin89PavelShilin89 · 2025-03-25 · 4 · #3212

bug

@PavelShilin89 pls check when it started.

sanikolaevsanikolaev · 2025-03-18

🆕 Update buddy version

Update buddy version to: 3.26.5+25032712-234c30c2 which includes: 234c30c Sharding error handling improvements and fixes (#508)

githubmanticoregithubmanticore · 2025-03-28 · 1 · #3256

manticoresearch produces plenty of TIME_WAIT and SYN_SENT

chongshengdzchongshengdz · 2025-03-11 · 10 · #3154

waiting

TIME_WAIT is due to too many connections in a very short time and manticoresearch cannot handle it?

chongshengdzchongshengdz · 2025-03-02

Update warning rel. with index_exact_words

Bug Description: The warning below is wrong, because if I do create table t(f text) index_exact_words='1' min_infix_len='2' expand_keywords='1' it disappears, but I don't add any morphology: mysql> drop table if exists t; create table t(f text) index_ …

sanikolaevsanikolaev · 2024-06-05 · 2 · #2263

bugest::size_S

Nullable value for numeric related fields

scruelscruel · 2024-06-19 · 1 · #2236

est::size_XXL

Not a big deal to add NULLs support for the columnar storage. Harder for the row-wise storage, especially because we support in-place updates. We'd also need to integrate it with all the functions, which is very time-consuming.

sanikolaevsanikolaev · 2024-06-19

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 …

quadlolquadlol · 2023-02-14 · 3 · #1038

Make ID unsigned bigint

sanikolaevsanikolaev · 2025-02-19 · 7 · #1030

1👍1

I believe the further optimization will be worth the effort, since negative ids is a too exotic thing. It will be important though to try to make it backward compatible.

sanikolaevsanikolaev · 2023-02-13

Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation

Bug Description: When adding new documents into a table and using the auto UUID feature, manticore seems to be generating UUIDs that already exist in the table and is therefore rewriting documents. I am unable to give an exact situation and MRE but I am …

regstuffregstuff · 2024-07-08 · 2 · #2367

bugwaiting

Testing bug fixes in fuzzy search and autocomplete

PavelShilin89PavelShilin89 · 2024-10-01 · 9 · #2566

done

…"ERROR 1064 (42000) at line 1: Something went wrong" doesn't looks like normal behaviour? Did it crash? If so, it should be investigated and fixed.

sanikolaevsanikolaev · 2024-09-18

check-id-dups for RT index

Proposal: add whole RT index check for id duplicates as for now that check indextool --check index_name --check-id-dups checks for id duplicates only in the single disk chunk of the RT index. However if RT index has some duplicates at the different disk …

tomatologtomatolog · 2025-04-17 · 0 · #3313

enhancement

Backtick support for system tables

donhardmandonhardman · 2025-04-17 · 2 · #2898

bugest::size_S

This issue blocks https://github.com/manticoresoftware/manticoresearch/issues/1423

sanikolaevsanikolaev · 2025-02-20