👀 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::upcoming
donhardman · 2025-01-29 · 13 · #2830
github-actions[bot] · 2024-12-10
Proposal: We currently have very poor support for working with URLs. With the addition of Kafka support, it’s clear that we’ll need to improve this functionality. My proposal is to introduce a new data type specifically for URLs. Manticore can't properly …
djklim87 · 2025-01-24 · 1 · #2962
#2836 Kafka source mapping support
djklim87 · 2025-01-15 · 45 · #2927
github-actions[bot] · 2025-01-14
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
Do you support go database/sql? Thank you
fucktx · 2024-12-12 · 1 · #2831
waiting
sanikolaev · 2024-12-12
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
Kibana improperly handles Manticore document ids
Nick-S-2018 · 2025-01-29 · 4 · #3005
bug
tomatolog · 2025-01-27
Support boolean_simplify in the binary protocol
Proposal: The task is to support boolean_simplify in the binary protocol. I enabled debug logging to capture information about query simplifications: --- a/src/sphinxquery.cpp +++ b/src/sphinxquery.cpp @@ -24,7 +24,7 @@ class XQParser_t; #include " …
sanikolaev · 2025-01-27 · 0 · #3007
est::size_M
githubmanticore · 2025-01-29 · 1 · #2998
github-actions[bot] · 2025-01-29
Update buddy version to: 3.17.1+25012911-51758b05-dev which includes:
githubmanticore · 2025-01-29 · 1 · #2998
syrian2012 · 2024-06-18 · 1 · #2276
waiting
sanikolaev · 2024-06-18
Kibana improperly handles Manticore document ids
Bug Description: We need to pass the document id not as number, but as string, if a search request is made to the _search endpoint. Otherwise, Kibana fails to handle it properly which leads to further issues. curl -s localhost:9408/test*/_search -d '{}' | …
Nick-S-2018 · 2025-01-29 · 4 · #3005
bug
Disable query cache invalidation
zhangsanhuo · 2025-01-21 · 2 · #2965
bugwaiting
sanikolaev · 2025-01-21
Docs about the Kibana integration
sanikolaev · 2025-01-27 · 1 · #3009
chongshengdz · 2025-01-21 · 33 · #2869
waiting
sanikolaev · 2024-12-19
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
Docs about the Kibana integration
sanikolaev · 2025-01-27 · 1 · #3009
sanikolaev · 2025-01-27
Update buddy version to: 3.17.1+25012911-51758b05 which includes:
githubmanticore · 2025-01-29 · 0 · #3022
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
PavelShilin89 · 2024-09-17
Adding avg() to select ... join leads to wrong results
Bug Description: This command creates 2 tables: products - 10K docs and reviews - 10M docs manticore-load --drop --batch-size=1000 --threads=5 --total=10000 --init="CREATE TABLE products(name text, category multi)" --load="INSERT INTO products(id, name, …
sanikolaev · 2025-01-13 · 4 · #2915
bug
vergil-lai · 2025-01-24 · 22 · #2716
vergil-lai · 2024-11-04
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
Secondary indexes for json attributes don't work with in() expressions
glookka · 2024-07-08 · 1 · #2381
bugrel::upcoming
glookka · 2024-07-05
added auto disk chunk flush for RT index
to test all CI cases
tomatolog · 2025-01-27 · 0 · #3010
🆕 Update buddy version (fix/fuzzy-no-match)
githubmanticore · 2024-11-24 · 1 · #2756
github-actions[bot] · 2024-11-21
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
PavelShilin89 · 2025-01-23 · 1 · #2972
done
PavelShilin89 · 2025-01-22
fix: table DDL reflection with special chars in settings
Type of Change: Bug fix Description of the Change: add support for escaping in settings formatter use escaping for DDL reflection Related Issue: Fixes #1107 PS: Sorry, I'm not familiar with your testing suite and couldn't find documentation on writing …
subnix · 2025-01-27 · 3 · #2432
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
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
klirichek · 2025-01-20 · 1 · #2924
pack
sanikolaev · 2025-01-14
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
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
sanikolaev · 2024-07-03
sanikolaev · 2024-08-09 · 0 · #2503
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
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
#2836 Kafka source mapping support
djklim87 · 2025-01-15 · 45 · #2927
github-actions[bot] · 2025-01-14
Proposal: To have the ability to respond to free-form questions with conversational responses and maintain context for follow-up questions and answers. Competitor reference: Typesense Conversational Search. Checklist: To be completed by the assignee. …
pavelnemirovsky · 2024-09-10 · 2 · #2286
est::size_S
Kibana improperly handles Manticore document ids
Nick-S-2018 · 2025-01-29 · 4 · #3005
bug
Nick-S-2018 · 2025-01-28