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

14010 results 21 ms in manticoresoftware/manticoresearch

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

Float precision difference in arm64 vs x86_64

sanikolaevsanikolaev ยท 2025-02-06 ยท 5 ยท #1727

est::NO_ESTIMATErel::upcoming

โ€ฆMRE Not sure it's the only issue though: x86_64 ( dev2 ): mysql> DROP TABLE IF EXISTS test; CREATE TABLE test (flt float); INSERT INTO test (id, flt) VALUES ( 1, 1.1); select flt*flt+flt from test; -------------- DROP TABLE IF EXISTS test -------------- โ€ฆ

sanikolaevsanikolaev ยท 2024-01-15

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

Disable query cache invalidation

zhangsanhuozhangsanhuo ยท 2025-01-21 ยท 2 ยท #2965

bugwaiting

This is not because of the query cache. If it were, qcache_hits would increase, and you wouldn't see get_hits in the profile (along with some other lines). Manticore is simply this fast when the query isn't cold (i.e. when it doesn't have to wait for the โ€ฆ

sanikolaevsanikolaev ยท 2025-01-21

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

_bulk returns 0 id when auto generated

donhardmandonhardman ยท 2024-12-03 ยท 4 ยท #2791

bug

fixed at https://github.com/manticoresoftware/manticoresearch/commit/e0354320f13f12249fcd24c8163302824c99aff8 _id field of the reply to include actual id of the document

tomatologtomatolog ยท 2024-12-02

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

Created test-inconsistent-comunication-with-buddy.rec

PavelShilin89PavelShilin89 ยท 2025-02-02 ยท 1 ยท #2991

done

โ€ฆclt ๐Ÿ‘Ž CLT tests in test/clt-tests/buddy/ โœ… OK: 5 โŒ Failed: 1 โณ Duration: 102s ๐Ÿ‘‰ Check Action Results for commit 117cdbb Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ rm -f /var/log/manticore/searchd.log; searchd --stopwait > /dev/null; searchd; if timeout 10 grep -qm1 '\[ โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-01-23

URL fields support

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

djklim87djklim87 ยท 2025-01-24 ยท 1 ยท #2962

Created test-drop-sharded-table.rec

PavelShilin89PavelShilin89 ยท 2025-02-07 ยท 13 ยท #3012

done

โ€ฆclt โŒ CLT tests in test/clt-tests/buddy/ โœ… OK: 4 โŒ Failed: 1 โณ Duration: 100s ๐Ÿ‘‰ Check Action Results for commit 1aca788 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ rm -f /var/log/manticore/searchd.log; searchd --stopwait > /dev/null; searchd; if timeout 10 grep -qm1 '\[ โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-01-28

Update Plain_and_real-time_table_settings.md with KNN attributes

The current docs online are missing the description on how exactly to define KNN attributes when defining RT index in config file, the suggested change is based upon example in the test. Type of Change (select one): Documentation update Description of the โ€ฆ

vytautasversvytautasvers ยท 2025-02-07 ยท 0 ยท #3062

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

Created test-inconsistent-comunication-with-buddy.rec

Type of Change: Bug fix Description of the Change: Added a test to verify that the server handles both POST and GET requests correctly. Related Issue (provide the link): https://github.com/manticoresoftware/manticoresearch/issues/2840

PavelShilin89PavelShilin89 ยท 2025-02-02 ยท 1 ยท #2991

done

Created test-auto-schema.rec

PavelShilin89PavelShilin89 ยท 2025-01-23 ยท 1 ยท #2972

done

I do not think we should change. The test you modified was focused on properly handling MVA and it should remain as is. As for the JSON test, I already fixed it in this file. You can take a look at the end of it where we have JSON. I believe we should โ€ฆ

PavelShilin89PavelShilin89 ยท 2025-01-22

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

manual-cn

vergil-laivergil-lai ยท 2025-01-24 ยท 22 ยท #2716

translated Changelog.md

vergil-laivergil-lai ยท 2024-11-04

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

sanikolaevsanikolaev ยท 2025-01-13 ยท 4 ยท #2915

bug

Using expression returns a wrong value for a joined table

anStalfanStalf ยท 2025-01-31 ยท 3 ยท #2414

bugest::size_Sfeature::join

Manticore 6.3.2 with the same problem. Checked: show version; +-----------+----------------------------------+ | Component | Version | +-----------+----------------------------------+ | Daemon | 6.3.2 c296dc7c8@24062606 | | Columnar | columnar 2.3.0 โ€ฆ

anStalfanStalf ยท 2024-07-14

๐Ÿ†• 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

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

Created test-drop-sharded-table.rec

Type of Change (select one): New feature - Implemented new syntax for deleting a sharded table Description of the Change: This CLT test verifies the creation and deletion of tables in the MySQL protocol of Manticore Search. It includes commands to handle โ€ฆ

PavelShilin89PavelShilin89 ยท 2025-02-07 ยท 13 ยท #3012

done

Inconsistent comunication with buddy on /sql?mode=raw

donhardmandonhardman ยท 2025-02-06 ยท 17 ยท #2840

bugrel::7.0.0

I've just fixed the issue with wrong URI pass into buddy at https://github.com/manticoresoftware/manticoresearch/commit/15a08f1d83c9afa5f149a8e218ceab3e606698ac Now sure if the CLT test should be created

tomatologtomatolog ยท 2024-12-12

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

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

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

Static openssl

klirichekklirichek ยท 2025-01-20 ยท 1 ยท #2924

pack

The following command: docker buildx build --platform linux/amd64,linux/arm64 --push -t manticoresearch/external_toolchain:vcpkg331_20250114 . fails on dev2 while building the aarch64 image with the error: eval: cmake: not found . @klirichek, did it work โ€ฆ

sanikolaevsanikolaev ยท 2025-01-14

Indexing start slow working after upgrade to Manticore 7.0.0 92c650401@25013002

Bug Description: root@localhost:~# sudo -u manticore /usr/bin/indexer --rotate --config /etc/manticoresearch/manticore.conf delta_name delta Manticore 7.0.0 92c650401@25013002 Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx โ€ฆ

upaggupagg ยท 2025-02-06 ยท 13 ยท #3038

Do you support go database/sql? Thank you

fucktxfucktx ยท 2024-12-12 ยท 1 ยท #2831

waiting

You can connect to Manticore via the mysql protocol, so if you use database/sql and one of the mysql drivers, chances are it will work. Give it a try.

sanikolaevsanikolaev ยท 2024-12-12

Update issue template

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

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

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

when search keywords contain special characters, the search will become very slow and CPU will go high.

chongshengdzchongshengdz ยท 2025-01-21 ยท 33 ยท #2869

waiting

Hi @chongshengdz Can you please provide a reproducible example? I can't reproduce it with this script: snikolaev@dev2:~$ mysql -P9306 -h0 -e "drop table if exists t; create table t(f text); insert into t(f) values('smth manticore-php smth')" snikolaev@ โ€ฆ

sanikolaevsanikolaev ยท 2024-12-19

Conversational Search (RAG)

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

pavelnemirovskypavelnemirovsky ยท 2024-09-10 ยท 2 ยท #2286

est::size_S

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

Replication losing data when diskchunk_flush_write_timeout enabled

Bug Description: There is an issue with sharding logic. After investigation, we found that when creating a cluster with 2 nodes and configuring 3 shards on it, in most cases we encounter a "Waiting timeout exceed" error by default. Further investigation โ€ฆ

donhardmandonhardman ยท 2025-02-07 ยท 0 ยท #3061

bug

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

Cannot start Manticore service in WSL2

Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, โ€ฆ

juneszhjuneszh ยท 2025-01-20 ยท 1 ยท #2955

Created test-drop-sharded-table.rec

PavelShilin89PavelShilin89 ยท 2025-02-07 ยท 13 ยท #3012

done

โ€ฆclt โŒ CLT tests in test/clt-tests/buddy/ โœ… OK: 4 โŒ Failed: 1 โณ Duration: 96s ๐Ÿ‘‰ Check Action Results for commit 1aca788 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ rm -f /var/log/manticore/searchd.log; searchd --stopwait > /dev/null; searchd; if timeout 10 grep -qm1 '\[ โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-01-28

fix: handle libstemmer errors

Type of Change: Bug fix Description of the Change: The libstemmer API indicates that it can return NULL in the event of an out-of-memory error. However, it appears that it may also return NULL due to an internal error, which causes a crash. These errors โ€ฆ

subnixsubnix ยท 2025-01-06 ยท 1 ยท #2892

Disable query cache invalidation

zhangsanhuozhangsanhuo ยท 2025-01-21 ยท 2 ยท #2965

bugwaiting

Thanks a lot for your help.

zhangsanhuozhangsanhuo ยท 2025-01-21