👀 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
fails to compile with -DWITH_JIEBA=0
Bug Description: Build manticore with -DWITH_JIEBA=0 . Without this options it does compile. Not a huge issue but decided to report it. /tmp/manticore_uselessly_very_long_path_to_prevent_rpm_build_issues/src/sphinx.cpp: In static member function 'static …
akostadinov · 2024-12-21 · 0 · #2877
bug
Test/issue-415-fix-trailing-semicolon
PavelShilin89 · 2024-12-18 · 1 · #2866
done
github-actions[bot] · 2024-12-18
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
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
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
🆕 Update buddy version (fix/fuzzy-no-match)
githubmanticore · 2024-11-24 · 1 · #2756
github-actions[bot] · 2024-11-21
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 · 2024-12-13 · 2 · #2830
github-actions[bot] · 2024-12-10
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
Secondary indexes for json attributes don't work with in() expressions
glookka · 2024-07-08 · 1 · #2381
bugrel::upcoming
glookka · 2024-07-05
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
PavelShilin89 · 2024-09-17
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
syrian2012 · 2024-06-18 · 1 · #2276
waiting
sanikolaev · 2024-06-18
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
fixed the calculation of number of available threads when concurrency is limited in the query
glookka · 2024-11-21 · 3 · #2777
github-actions[bot] · 2024-11-21
Bug Description: Hello. Manticore search crashes when run on s390x architecture. It is enough to insert a single index entry and then select * . The following is how you can run it. The image I've built is public (to run with docker and no selinux, use …
akostadinov · 2024-12-21 · 3 · #2853
bugwaiting
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 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
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
donhardman · 2024-04-19 · 14 · #2075
sanikolaev · 2024-12-20 · 2 · #2811
est::size_M
glookka · 2024-12-11
Proposal: Feature Summary Purpose: New search option scroll allows users to paginate query results with a single token, maintaining sorting context and cursor position. Supported in Requests and Responses: scroll will appear in JSON query results (and via …
sanikolaev · 2024-12-20 · 2 · #2811
est::size_M
donhardman · 2024-12-13 · 2 · #2830
github-actions[bot] · 2024-12-12
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
Nullable value for numeric related fields
scruel · 2024-06-19 · 1 · #2236
est::size_XXL
sanikolaev · 2024-06-19
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
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
sanikolaev · 2024-09-18
MVA column query via HTTP/JSON search request
Could you please explain how to get rid of warning 'suggest an explicit ANY()/ALL() around a filter on MVA column' when I'm trying to make following query via JSON API: ... "query": { "bool": { "must": [ { "match": { "title,plain": { "query": "test one", …
twirpx · 2024-08-21 · 5 · #519
waiting
Test/issue 415 fix fuzzy trailing semicolon
PavelShilin89 · 2024-12-18 · 1 · #2865
done
github-actions[bot] · 2024-12-18
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
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
tomatolog · 2024-07-08
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
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
sanikolaev · 2024-09-18
Update buddy version to: 3.0.1 24122018 70716c4 which includes: 70716c4 Added support for Kibana visualisations (#350)
githubmanticore · 2024-12-20 · 0 · #2876
sanikolaev · 2024-12-20 · 2 · #2811
est::size_M
glookka · 2024-12-20
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
tomatolog · 2024-12-18 · 1 · #2846
enhancement
tomatolog · 2024-12-18
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
fixed the calculation of number of available threads when concurrency is limited in the query
glookka · 2024-11-21 · 3 · #2777
github-actions[bot] · 2024-11-21