๐ 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
new regex for avg in test-freeze-unfreeze-update.rec
Added new regex for avg in test-freeze-unfreeze-update.rec
PavelShilin89 ยท 2025-03-24 ยท 1 ยท #3239
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski ยท 2023-01-05 ยท 2 ยท #977
sanikolaev ยท 2023-01-04
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
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
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
syrian2012 ยท 2024-06-18 ยท 1 ยท #2276
waiting
sanikolaev ยท 2024-06-18
Can't start manticore after update from 5.0.2 to 6.3.8, OOM error
Bug Description: I use docker images, I used 5.0.2 and decided to upgrade. After upgrading the image to 6.3.8 Manticore crashes with OOM error: FATAL: out of memory (unable to allocate 14401991088 bytes) I have 8GB of RAM, Manticore tries to allocate ~ โฆ
dzek69 ยท 2025-03-22 ยท 1 ยท #2807
bugest::size_S
manticoresearch produces plenty of TIME_WAIT and SYN_SENT
chongshengdz ยท 2025-03-11 ยท 10 ยท #3154
waiting
sanikolaev ยท 2025-03-02
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
Fix: Potential Vulnerability in Cloned Function
tabudz ยท 2025-02-27 ยท 4 ยท #3128
rel::upcoming
sanikolaev ยท 2025-02-25
Manual fixes and optimizations
Bug Description: Identify and correct pages with multiple H1 tags, like this example. Ensure a sitemap exists at this URL. Instead of removing old docs with old versions from the index, adjust the sitemap to reduce their weight and improve search engine โฆ
donhardman ยท 2024-08-02 ยท 0 ยท #2474
enhancement
donhardman ยท 2025-03-21 ยท 72 ยท #1478
github-actions[bot] ยท 2023-10-03
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
SELECT does not wait for FREEZE + UPDATE
PavelShilin89 ยท 2025-03-19 ยท 12 ยท #2805
done
github-actions[bot] ยท 2024-12-02
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
new regex for avg in test-freeze-unfreeze-update.rec
PavelShilin89 ยท 2025-03-24 ยท 1 ยท #3239
github-actions[bot] ยท 2025-03-24
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
Always 0 for unexisting @@variables
donhardman ยท 2025-03-04 ยท 6 ยท #3109
bug
tomatolog ยท 2025-02-20
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
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 ยท 2024-10-01 ยท 9 ยท #2566
done
PavelShilin89 ยท 2024-09-17
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 โฆ
sanikolaev ยท 2023-12-05 ยท 8 ยท #1493
hacktoberfest
sanikolaev ยท 2025-02-19 ยท 7 ยท #1030
wayneseguin ยท 2023-02-09
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
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff ยท 2024-07-08 ยท 2 ยท #2367
bugwaiting
sanikolaev ยท 2024-07-03
donhardman ยท 2025-03-22 ยท 9 ยท #3050
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
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
SELECT does not wait for FREEZE + UPDATE
PavelShilin89 ยท 2025-03-19 ยท 12 ยท #2805
done
github-actions[bot] ยท 2024-12-08
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
Nullable value for numeric related fields
scruel ยท 2024-06-19 ยท 1 ยท #2236
est::size_XXL
sanikolaev ยท 2024-06-19
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
Fix: Potential Vulnerability in Cloned Function
tabudz ยท 2025-02-27 ยท 4 ยท #3128
rel::upcoming
sanikolaev ยท 2025-02-25
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_ โฆ
sanikolaev ยท 2024-06-05 ยท 2 ยท #2263
bugest::size_S
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 ยท 2024-10-01 ยท 9 ยท #2566
done
sanikolaev ยท 2024-09-18
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 โฆ
regstuff ยท 2024-07-08 ยท 2 ยท #2367
bugwaiting
Always 0 for unexisting @@variables
donhardman ยท 2025-03-04 ยท 6 ยท #3109
bug
sanikolaev ยท 2025-02-20