👀 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
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
syrian2012 · 2024-06-18 · 1 · #2276
waiting
sanikolaev · 2024-06-18
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::upcoming
Integrate with Symfony Panther to cover the Kibana integration with tests
sanikolaev · 2024-10-31 · 1 · #2463
est::size_M
sanikolaev · 2024-10-31
where joined_table.id = 1 or joined_table.id = 2
select * from t inner join t2 on t.id = t2.t_id where t2.id = 1 or t2.id = 2 returns an empty result which is wrong: mysql> drop table if exists t; create table t(f text); insert into t values(1, 'abc'); drop table if exists t2; create table t2(t_id int, …
sanikolaev · 2024-03-21 · 2 · #1978
bugest::size_Sfeature::join
Setting doc id inside 'doc' fails /bulk insert
Nick-S-2018 · 2024-11-14 · 4 · #2299
bugest::size_S
Nick-S-2018 · 2024-06-10
Bug Description: This query leads to a crash: ➜ ~ mysql -P9306 -h0 -e "drop table if exists t; create table t(f text)" ➜ ~ curl 0:9308/_bulk -H "Content-Type: application/x-ndjson" --data-binary '{ "table" : { "_index" : "t" } } { "f" : "a" } ' curl: (52) …
sanikolaev · 2024-11-21 · 0 · #2775
bugrel::upcoming
🆕 Update buddy version (fix/fuzzy-no-match)
githubmanticore · 2024-11-21 · 1 · #2756
github-actions[bot] · 2024-11-21
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
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
PavelShilin89 · 2024-09-17
PavelShilin89 · 2024-02-27 · 5 · #1828
done
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
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
lld1995 · 2024-11-05 · 7 · #2393
bug
sanikolaev · 2024-07-11
Improvement of all timeouts in the clt-test folder
PavelShilin89 · 2024-02-14 · 3 · #1829
done
Collations are not supported in json string comparison
glookka · 2024-11-11 · 1 · #2744
bugrel::upcoming
glookka · 2024-11-09
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
Implement Protection Flags for Tables and Clusters
donhardman · 2024-11-21 · 16 · #1423
est::size_M
sanikolaev · 2023-09-06
Update buddy version to: 2.3.13 24082909 6493f15 which includes: 6493f15 Improve exception logging and Plugin load when plugin dir is not writable 252f38c Fix variuos PHPStan issue that occured once after upgrading 4ded5c7 Fix sharding issues and improve …
githubmanticore · 2024-09-02 · 0 · #2534
Secondary indexes for json attributes don't work with in() expressions
glookka · 2024-07-08 · 1 · #2381
bugrel::upcoming
glookka · 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, …
vytautasvers · 2024-11-20 · 2 · #2742
bugrel::upcomingest::size_M
Moving Kibana-related endpoints to Buddy
Nick-S-2018 · 2024-11-20 · 9 · #2531
est::size_M
Nick-S-2018 · 2024-08-28
response time is much higher than max_query_time
mysql> select * from name where match('ов') option max_query_time=1000; show meta; ERROR 1064 (42000): table name: +----------------+--------------+ | Variable_name | Value | +----------------+--------------+ | error | table name: | | warning | query …
klirichek · 2024-05-23 · 0 · #1980
bugrel::6.3.0
PavelShilin89 · 2024-09-25 · 1 · #2588
done
PavelShilin89 · 2024-09-24
donhardman · 2024-04-19 · 14 · #2075
High Memory usage on Manticore instance
mohdmsl · 2024-11-05 · 2 · #2719
waiting
mohdmsl · 2024-11-05
Implement Protection Flags for Tables and Clusters
We must add new flag functionalities to the Manticoresearch daemon to safeguard our sharded tables and internal clusters from unauthorized alterations. This enhancement will ensure that these crucial components are only modified through Buddy, thus …
donhardman · 2024-11-21 · 16 · #1423
est::size_M
lld1995 · 2024-11-05 · 7 · #2393
bug
lld1995 · 2024-07-11
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
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
sanikolaev · 2024-09-18
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
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
Update buddy version to: 2.3.9 24052014 607e084 which includes: 607e084 Fix alter rt rename (#296) 1354c47 Fix alter distributed (#295) a0a50fc Skip plugin arg and move sharding create table logic to related plugin (#293)
githubmanticore · 2024-05-20 · 3 · #2203
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
sanikolaev · 2024-07-03
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
Implement Protection Flags for Tables and Clusters
donhardman · 2024-11-21 · 16 · #1423
est::size_M
sanikolaev · 2023-09-07
Error occurs when creating a materialised view from a Kafka source.
Bug Description: The error indicates that the selected source does not exist, even though it was created and is visible via SHOW SOURCES. MRE -------------- CREATE SOURCE kafka (id bigint, term text, abbrev text, GlossDef json) type='kafka' broker_list=' …
PavelShilin89 · 2024-11-21 · 0 · #2774
bug
High Memory usage on Manticore instance
mohdmsl · 2024-11-05 · 2 · #2719
waiting
sanikolaev · 2024-11-05
count(distinct ...) against multiple tables with different field order returns wrong value
…MRE: drop table if exists a; drop table if exists b; CREATE TABLE a(g int, g2 int); CREATE TABLE b(g int, g2 int); INSERT INTO a(g,g2) VALUES (1,1),(2,1); INSERT INTO b(g,g2) VALUES (1,1),(2,1); select count(distinct g) from a,b; # Returns: # …
sanikolaev · 2024-04-23 · 1 · #2076
est::size_L
Nullable value for numeric related fields
scruel · 2024-06-19 · 1 · #2236
est::size_XXL
sanikolaev · 2024-06-19