Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

๐Ÿ‘€ 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

15242 results 35 ms in manticoresoftware/manticoresearch

new regex for avg in test-freeze-unfreeze-update.rec

Added new regex for avg in test-freeze-unfreeze-update.rec

PavelShilin89PavelShilin89 ยท 2025-03-24 ยท 1 ยท #3239

error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11

pboguslawskipboguslawski ยท 2023-01-05 ยท 2 ยท #977

Please use our building CI Docker as described here https://manual.manticoresearch.com/dev/Installation/Compiling_from_sources#Building-using-CI-docker as it includes everything needed for building. I've just tested and it builds Debian 11 packages fine: โ€ฆ

sanikolaevsanikolaev ยท 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[' โ€ฆ

glookkaglookka ยท 2024-07-08 ยท 1 ยท #2381

bugrel::7.0.0

Secondary indexes for json attributes don't work with in() expressions

glookkaglookka ยท 2024-07-08 ยท 1 ยท #2381

bugrel::7.0.0

Fixed in https://github.com/manticoresoftware/manticoresearch/commit/9a74ed7903b042f740b37f25e2aef5fcac440703

glookkaglookka ยท 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) โ€ฆ

webigorkievwebigorkiev ยท 2025-03-14 ยท 3 ยท #3123

bugrel::upcoming

Convert Sphinx 3.3.1 Config to Latest Manticore Package with Plaintext Feature and Performance Optimization

syrian2012syrian2012 ยท 2024-06-18 ยท 1 ยท #2276

waiting

Hello. Can you provide more details on the plaintext feature you mentioned?

sanikolaevsanikolaev ยท 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 ~ โ€ฆ

dzek69dzek69 ยท 2025-03-22 ยท 1 ยท #2807

bugest::size_S

manticoresearch produces plenty of TIME_WAIT and SYN_SENT

chongshengdzchongshengdz ยท 2025-03-11 ยท 10 ยท #3154

waiting

Only TIME_WAIT has smth to do with Manticore: # egrep "9306|9308|9312" /tmp/t ipv4 2 tcp 6 53 TIME_WAIT src=127.0.0.1 dst=127.0.0.1 sport=43080 dport=9312 src=127.0.0.1 dst=127.0.0.1 sport=9312 dport=43080 [ASSURED] mark=0 zone=0 use=2 ipv4 2 tcp 6 42 โ€ฆ

sanikolaevsanikolaev ยท 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, โ€ฆ

vytautasversvytautasvers ยท 2024-11-20 ยท 2 ยท #2742

bugrel::7.0.0est::size_M

Fix: Potential Vulnerability in Cloned Function

tabudztabudz ยท 2025-02-27 ยท 4 ยท #3128

rel::upcoming

Thank you @tabudz !

sanikolaevsanikolaev ยท 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 โ€ฆ

donhardmandonhardman ยท 2024-08-02 ยท 0 ยท #2474

enhancement

Draft: autosharding tests

donhardmandonhardman ยท 2025-03-21 ยท 72 ยท #1478

Linux debug test results โ€‡10 filesโ€„โ€ƒโ€‡10 suitesโ€„โ€ƒโ€‚8m 2s :stopwatch: 982 testsโ€ƒ933 :white_check_mark:โ€ƒ49 :zzz:โ€ƒ0 :x: 996 runsโ€Šโ€ƒ947 :white_check_mark:โ€ƒ49 :zzz:โ€ƒ0 :x: Results for commit 2af0d300. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] ยท 2023-10-03

mysqldump export error

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_ โ€ฆ

d47081d47081 ยท 2024-01-09 ยท 5 ยท #1652

waiting

SELECT does not wait for FREEZE + UPDATE

PavelShilin89PavelShilin89 ยท 2025-03-19 ยท 12 ยท #2805

done

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ โœ… OK: 27 โŒ Failed: 1 โณ Duration: 343s ๐Ÿ‘‰ Check Action Results for commit 649b356 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ echo -e "searchd {\n listen = 9315:mysql\n listen = 9316\n log = /tmp/ โ€ฆ

github-actions[bot]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 | โ€ฆ

starinacoolstarinacool ยท 2024-01-10 ยท 0 ยท #1653

est::NO_ESTIMATE

new regex for avg in test-freeze-unfreeze-update.rec

PavelShilin89PavelShilin89 ยท 2025-03-24 ยท 1 ยท #3239

โ€ฆclt โŒ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ โœ… OK: 41 โŒ Failed: 1 โณ Duration: 408s ๐Ÿ‘‰ Check Action Results for commit 7e25777 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd > /dev/null; if โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-03-24

๐Ÿ†• Update buddy version

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

githubmanticoregithubmanticore ยท 2024-07-08 ยท 0 ยท #2388

Always 0 for unexisting @@variables

donhardmandonhardman ยท 2025-03-04 ยท 6 ยท #3109

bug

the related ticket is https://github.com/manticoresoftware/manticoresearch/issues/1273 daemon always returns valid response for unknown @@variable . Then the buddy present the response looks like mysql -h 127.0.0.1 -P 9306 -e "SELECT @@tx_isolation_ โ€ฆ

tomatologtomatolog ยท 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. โ€ฆ

PavelShilin89PavelShilin89 ยท 2024-11-14 ยท 0 ยท #2759

done

Testing bug fixes in fuzzy search and autocomplete

PavelShilin89PavelShilin89 ยท 2024-10-01 ยท 9 ยท #2566

done

@sanikolaev I need approval to merge

PavelShilin89PavelShilin89 ยท 2024-09-17

INSERT DELAYED

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 โ€ฆ

sanikolaevsanikolaev ยท 2023-12-05 ยท 8 ยท #1493

hacktoberfest

Make ID unsigned bigint

sanikolaevsanikolaev ยท 2025-02-19 ยท 7 ยท #1030

1๐Ÿ‘1

Is it worth the trouble to change the implementation again? The ID is a full 64-bits now, so can hold your unsigned 64-bit number via a static_cast or bit_cast, no?

wayneseguinwayneseguin ยท 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!!! โ€ฆ

jmpleojmpleo ยท 2025-03-14 ยท 1 ยท #3119

bugrel::upcoming

Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation

regstuffregstuff ยท 2024-07-08 ยท 2 ยท #2367

bugwaiting

The related forum topic is https://forum.manticoresearch.com/t/auto-uuid-creation-seems-improper-existing-docs-getting-overwritten-even-with-insert-operation/2005/4 I can't reproduce it in Linux / Mac, but the ids there are much longer. @tomatolog pls try โ€ฆ

sanikolaevsanikolaev ยท 2024-07-03

Add timezone test

donhardmandonhardman ยท 2025-03-22 ยท 9 ยท #3050

move lemmatize_uk.so to /usr/share/manticore/modules/

githubmanticoregithubmanticore ยท 2023-01-06 ยท 9 ยท #908

โžค Stan commented: should be fixed at https://gitlab.com/manticoresearch/lemmatizer-uk/-/commit/6e7563d658744cdc59430f684d9796f44fc3afae as discussed the package destination now is the plugin_dir and by default it is the /usr/local/lib/manticore/ The idea โ€ฆ

githubmanticoregithubmanticore ยท 2023-01-04

Update issue template

sanikolaevsanikolaev ยท 2024-08-09 ยท 0 ยท #2503

Draft: autosharding tests

donhardmandonhardman ยท 2025-03-21 ยท 72 ยท #1478

Linux release test results โ€‡10 filesโ€„โ€ƒโ€‡10 suitesโ€„โ€ƒโ€‚6m 20s :stopwatch: 982 testsโ€ƒ933 :white_check_mark:โ€ƒ49 :zzz:โ€ƒ0 :x: 996 runsโ€Šโ€ƒ947 :white_check_mark:โ€ƒ49 :zzz:โ€ƒ0 :x: Results for commit 2af0d300. :recycle: This comment has been updated with latest results. โ€ฆ

github-actions[bot]github-actions[bot] ยท 2023-10-03

VERSION

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 | โ€ฆ

sanikolaevsanikolaev ยท 2024-05-23 ยท 6 ยท #1494

hacktoberfestrel::6.3.0

Make ID unsigned bigint

sanikolaevsanikolaev ยท 2025-02-19 ยท 7 ยท #1030

1๐Ÿ‘1

I believe the further optimization will be worth the effort, since negative ids is a too exotic thing. It will be important though to try to make it backward compatible.

sanikolaevsanikolaev ยท 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 โ€ฆ

quadlolquadlol ยท 2023-02-14 ยท 3 ยท #1038

SELECT does not wait for FREEZE + UPDATE

PavelShilin89PavelShilin89 ยท 2025-03-19 ยท 12 ยท #2805

done

Windows test results โ€‡โ€‡3 filesโ€„โ€ƒโ€‡โ€‡3 suitesโ€„โ€ƒโ€‚19m 27s :stopwatch: 994 testsโ€ƒ944 :white_check_mark:โ€ƒ50 :zzz:โ€ƒ0 :x: 998 runsโ€Šโ€ƒ948 :white_check_mark:โ€ƒ50 :zzz:โ€ƒ0 :x: Results for commit b8913988. :recycle: This comment has been updated with latest results.

github-actions[bot]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-2018Nick-S-2018 ยท 2024-11-14 ยท 4 ยท #2299

1๐Ÿ‘€1

bugest::size_S

Nullable value for numeric related fields

scruelscruel ยท 2024-06-19 ยท 1 ยท #2236

est::size_XXL

Not a big deal to add NULLs support for the columnar storage. Harder for the row-wise storage, especially because we support in-place updates. We'd also need to integrate it with all the functions, which is very time-consuming.

sanikolaevsanikolaev ยท 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 โ€ฆ

PavelShilin89PavelShilin89 ยท 2025-02-19 ยท 0 ยท #3104

done

Fix: Potential Vulnerability in Cloned Function

tabudztabudz ยท 2025-02-27 ยท 4 ยท #3128

rel::upcoming

@tomatolog pls review

sanikolaevsanikolaev ยท 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_ โ€ฆ

sanikolaevsanikolaev ยท 2024-06-05 ยท 2 ยท #2263

bugest::size_S

Testing bug fixes in fuzzy search and autocomplete

PavelShilin89PavelShilin89 ยท 2024-10-01 ยท 9 ยท #2566

done

โ€ฆ"ERROR 1064 (42000) at line 1: Something went wrong" doesn't looks like normal behaviour? Did it crash? If so, it should be investigated and fixed.

sanikolaevsanikolaev ยท 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 โ€ฆ

regstuffregstuff ยท 2024-07-08 ยท 2 ยท #2367

bugwaiting

Always 0 for unexisting @@variables

donhardmandonhardman ยท 2025-03-04 ยท 6 ยท #3109

bug

Another related issue is https://gitlab.com/manticoresearch/dev/-/issues/3009 and the commit as the result of it - https://github.com/manticoresoftware/manticoresearch/commit/8240fce05e . It doesn't explain why not NULL and why not an error.

sanikolaevsanikolaev ยท 2025-02-20