๐ 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
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[' โฆ
glookka ยท 2024-07-08 ยท 1 ยท #2381
bugrel::7.0.0
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski ยท 2023-01-05 ยท 2 ยท #977
sanikolaev ยท 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) โฆ
webigorkiev ยท 2025-03-14 ยท 3 ยท #3123
bugrel::upcoming
Secondary indexes for json attributes don't work with in() expressions
glookka ยท 2024-07-08 ยท 1 ยท #2381
bugrel::7.0.0
glookka ยท 2024-07-05
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
syrian2012 ยท 2024-06-18 ยท 1 ยท #2276
waiting
sanikolaev ยท 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, โฆ
vytautasvers ยท 2024-11-20 ยท 2 ยท #2742
bugrel::7.0.0est::size_M
manticoresearch produces plenty of TIME_WAIT and SYN_SENT
chongshengdz ยท 2025-03-11 ยท 10 ยท #3154
waiting
sanikolaev ยท 2025-03-02
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
githubmanticore ยท 2024-07-08 ยท 0 ยท #2388
Fix: Potential Vulnerability in Cloned Function
tabudz ยท 2025-02-27 ยท 4 ยท #3128
rel::upcoming
sanikolaev ยท 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. โฆ
PavelShilin89 ยท 2024-11-14 ยท 0 ยท #2759
done
donhardman ยท 2025-03-21 ยท 72 ยท #1478
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!!! โฆ
jmpleo ยท 2025-03-14 ยท 1 ยท #3119
bugrel::upcoming
SELECT does not wait for FREEZE + UPDATE
PavelShilin89 ยท 2025-03-19 ยท 12 ยท #2805
done
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 โฆ
quadlol ยท 2023-02-14 ยท 3 ยท #1038
new regex for avg in test-freeze-unfreeze-update.rec
PavelShilin89 ยท 2025-03-24 ยท 1 ยท #3239
github-actions[bot] ยท 2025-03-24
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 โฆ
subnix ยท 2025-01-06 ยท 1 ยท #2892
Always 0 for unexisting @@variables
donhardman ยท 2025-03-04 ยท 6 ยท #3109
bug
tomatolog ยท 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-2018 ยท 2024-11-14 ยท 4 ยท #2299
bugest::size_S
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 ยท 2024-10-01 ยท 9 ยท #2566
done
PavelShilin89 ยท 2024-09-17
Update mcl version to: 4.1.2 25031206 15bbcc7 which includes: 15bbcc7 changed cache path
githubmanticore ยท 2025-03-14 ยท 0 ยท #3192
sanikolaev ยท 2025-02-19 ยท 7 ยท #1030
wayneseguin ยท 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 โฆ
PavelShilin89 ยท 2025-02-19 ยท 0 ยท #3104
done
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff ยท 2024-07-08 ยท 2 ยท #2367
bugwaiting
sanikolaev ยท 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, โฆ
juneszh ยท 2025-01-20 ยท 1 ยท #2955
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore ยท 2023-01-06 ยท 9 ยท #908
githubmanticore ยท 2023-01-04
sanikolaev ยท 2024-08-09 ยท 0 ยท #2503
donhardman ยท 2025-03-21 ยท 72 ยท #1478
github-actions[bot] ยท 2023-10-03
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 | โฆ
sanikolaev ยท 2024-05-23 ยท 6 ยท #1494
hacktoberfestrel::6.3.0
sanikolaev ยท 2025-02-19 ยท 7 ยท #1030
sanikolaev ยท 2023-02-13
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
SELECT does not wait for FREEZE + UPDATE
PavelShilin89 ยท 2025-03-19 ยท 12 ยท #2805
done
github-actions[bot] ยท 2024-12-08
Removed "Last job took" column from SHOW THREADS
sanikolaev ยท 2023-10-07 ยท 0 ยท #1495
Nullable value for numeric related fields
scruel ยท 2024-06-19 ยท 1 ยท #2236
est::size_XXL
sanikolaev ยท 2024-06-19
fixed buddy reply routing at daemon for /cli endpoint
to test all buddy cases at with CLT tests
tomatolog ยท 2024-11-05 ยท 0 ยท #2734
Fix: Potential Vulnerability in Cloned Function
tabudz ยท 2025-02-27 ยท 4 ยท #3128
rel::upcoming
sanikolaev ยท 2025-02-25
sanikolaev ยท 2025-02-19 ยท 1 ยท #3102
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 ยท 2024-10-01 ยท 9 ยท #2566
done
sanikolaev ยท 2024-09-18
Update tzdata version to: 1.0.1 240531 fbae2c1 which includes: fbae2c1 Add auto-pr action
githubmanticore ยท 2024-06-01 ยท 0 ยท #2264
Always 0 for unexisting @@variables
donhardman ยท 2025-03-04 ยท 6 ยท #3109
bug
sanikolaev ยท 2025-02-20