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

14643 results 41 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

Crash json secondary_index='1'

Bug Description: Hello I encountered an index crash if json secondary_index='1' was enabled. Manticore Search Version: Manticore 7.0.1 5d8f4dfe5@25022111 dev (columnar 4.0.1 1e31f8f@25021918) (secondary 4.0.1 1e31f8f@25021918) (knn 4.0.1 1e31f8f@25021918) โ€ฆ

webigorkievwebigorkiev ยท 2025-03-14 ยท 3 ยท #3123

bugrel::upcoming

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

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

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

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

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

๐Ÿ†• 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

Fix: Potential Vulnerability in Cloned Function

tabudztabudz ยท 2025-02-27 ยท 4 ยท #3128

rel::upcoming

Thank you @tabudz !

sanikolaevsanikolaev ยท 2025-02-25

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

Draft: autosharding tests

donhardmandonhardman ยท 2025-03-21 ยท 72 ยท #1478

Linux debug test results โ€‡10 filesโ€„โ€ƒโ€‡10 suitesโ€„โ€ƒโ€‚8m 2s :stopwatch: 982 testsโ€ƒ933 :white_check_mark:โ€ƒ49 :zzz:โ€ƒ0 :x: 996 runsโ€Šโ€ƒ947 :white_check_mark:โ€ƒ49 :zzz:โ€ƒ0 :x: Results for commit 2af0d300. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] ยท 2023-10-03

CRASH due to incorrect scroll option format

Bug Description: drop table if exists t; create table t; select * from t option scroll = '!'; terminate called after throwing an instance of 'boost::archive::iterators::dataflow_exception' what(): attempt to decode a value not in base64 char set Crash!!! โ€ฆ

jmpleojmpleo ยท 2025-03-14 ยท 1 ยท #3119

bugrel::upcoming

SELECT does not wait for FREEZE + UPDATE

PavelShilin89PavelShilin89 ยท 2025-03-19 ยท 12 ยท #2805

done

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ โœ… OK: 27 โŒ Failed: 1 โณ Duration: 343s ๐Ÿ‘‰ Check Action Results for commit 649b356 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ echo -e "searchd {\n listen = 9315:mysql\n listen = 9316\n log = /tmp/ โ€ฆ

github-actions[bot]github-actions[bot] ยท 2024-12-02

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

new regex for avg in test-freeze-unfreeze-update.rec

PavelShilin89PavelShilin89 ยท 2025-03-24 ยท 1 ยท #3239

โ€ฆclt โŒ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ โœ… OK: 41 โŒ Failed: 1 โณ Duration: 408s ๐Ÿ‘‰ Check Action Results for commit 7e25777 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd > /dev/null; if โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-03-24

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

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

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

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

๐Ÿ†• Update mcl version

Update mcl version to: 4.1.2 25031206 15bbcc7 which includes: 15bbcc7 changed cache path

githubmanticoregithubmanticore ยท 2025-03-14 ยท 0 ยท #3192

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

Test/kibana manticore handling

Type of Change (select one): Bug fix Description of the Change: Added a CLT test that verifies that an issue where the _id field in the response to a _search endpoint query was returned as a number (1) instead of a string (โ€œ1โ€) has been fixed. This was โ€ฆ

PavelShilin89PavelShilin89 ยท 2025-02-19 ยท 0 ยท #3104

done

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

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

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

Update issue template

sanikolaevsanikolaev ยท 2024-08-09 ยท 0 ยท #2503

Draft: autosharding tests

donhardmandonhardman ยท 2025-03-21 ยท 72 ยท #1478

Linux release test results โ€‡10 filesโ€„โ€ƒโ€‡10 suitesโ€„โ€ƒโ€‚6m 20s :stopwatch: 982 testsโ€ƒ933 :white_check_mark:โ€ƒ49 :zzz:โ€ƒ0 :x: 996 runsโ€Šโ€ƒ947 :white_check_mark:โ€ƒ49 :zzz:โ€ƒ0 :x: Results for commit 2af0d300. :recycle: This comment has been updated with latest results. โ€ฆ

github-actions[bot]github-actions[bot] ยท 2023-10-03

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

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

memory leaks

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 โ€ฆ

majid1605majid1605 ยท 2023-03-17 ยท 9 ยท #1039

bug

SELECT does not wait for FREEZE + UPDATE

PavelShilin89PavelShilin89 ยท 2025-03-19 ยท 12 ยท #2805

done

Windows test results โ€‡โ€‡3 filesโ€„โ€ƒโ€‡โ€‡3 suitesโ€„โ€ƒโ€‚19m 27s :stopwatch: 994 testsโ€ƒ944 :white_check_mark:โ€ƒ50 :zzz:โ€ƒ0 :x: 998 runsโ€Šโ€ƒ948 :white_check_mark:โ€ƒ50 :zzz:โ€ƒ0 :x: Results for commit b8913988. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] ยท 2024-12-08

Removed "Last job took" column from SHOW THREADS

sanikolaevsanikolaev ยท 2023-10-07 ยท 0 ยท #1495

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

fixed buddy reply routing at daemon for /cli endpoint

to test all buddy cases at with CLT tests

tomatologtomatolog ยท 2024-11-05 ยท 0 ยท #2734

Fix: Potential Vulnerability in Cloned Function

tabudztabudz ยท 2025-02-27 ยท 4 ยท #3128

rel::upcoming

@tomatolog pls review

sanikolaevsanikolaev ยท 2025-02-25

Test-kit galera issue debug

sanikolaevsanikolaev ยท 2025-02-19 ยท 1 ยท #3102

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

๐Ÿ†• Update tzdata version

Update tzdata version to: 1.0.1 240531 fbae2c1 which includes: fbae2c1 Add auto-pr action

githubmanticoregithubmanticore ยท 2024-06-01 ยท 0 ยท #2264

Always 0 for unexisting @@variables

donhardmandonhardman ยท 2025-03-04 ยท 6 ยท #3109

bug

Another related issue is https://gitlab.com/manticoresearch/dev/-/issues/3009 and the commit as the result of it - https://github.com/manticoresoftware/manticoresearch/commit/8240fce05e . It doesn't explain why not NULL and why not an error.

sanikolaevsanikolaev ยท 2025-02-20