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

11186 results 12 ms in manticoresoftware/manticoresearch

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

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

_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

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

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

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-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

manual-cn

vergil-laivergil-lai · 2025-01-24 · 22 · #2716

translated Changelog.md

vergil-laivergil-lai · 2024-11-04

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

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

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

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

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

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

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

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

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

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

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

Disable query cache invalidation

zhangsanhuozhangsanhuo · 2025-01-21 · 2 · #2965

bugwaiting

Thanks a lot for your help.

zhangsanhuozhangsanhuo · 2025-01-21