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

1671 results 19 ms in manticoresoftware/manticoresearch-buddy

Fix: metric deserialization issue and new buddy-core

donhardmandonhardman · 2024-12-17 · 1 · #422

Fix: Metrics rate

djklim87djklim87 · 2025-06-10 · 1 · #561

🐳 Docker Images Pushed Buddy Test-Kit Images: Branch image: ghcr.io/manticoresoftware/manticoresearch:test-kit-fix_metrics-rate-buddy Commit image: ghcr.io/manticoresoftware/manticoresearch:test-kit-ae3b56b5-buddy Base image used: ghcr.io/ …

github-actions[bot]github-actions[bot] · 2025-06-10

Make backup work on Windows

donhardmandonhardman · 2023-02-20 · 0 · #99

Auto sharding issues

donhardmandonhardman · 2025-06-11 · 3 · #543

bug

The following case CREATE TABLE test ( id bigint, domain_name text, domain string attribute, tld string attribute, fingerprints json, category json, archive json, bigquery json, whois json, cert json, dns json, http_logs json, icons json, main_colors json …

donhardmandonhardman · 2025-05-27

Fix issue while fuzzy=0 may lead to escaped operators

donhardmandonhardman · 2025-05-22 · 2 · #536

layouts='ru' may be not working

sanikolaevsanikolaev · 2025-06-10 · 6 · #547

bug

As discussed, let’s change the behavior so that if only one layout is provided, we throw an error—since it’s unclear which layout we should convert from.

sanikolaevsanikolaev · 2025-06-03

fix(server): reduce memory usage logging frequency to 60s

donhardmandonhardman · 2025-06-12 · 5 · #565

Log Level opt + endpoint

donhardmandonhardman · 2025-06-11 · 96 · #535

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 43 ❌ Failed: 2 ⏳ Duration: 463s 👉 Check Action Results for commit 55899ef Failed tests: ––– input ––– apt-get install jq -y > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]github-actions[bot] · 2025-05-13

fix(ci): use correct test-kit image based on branch existence

Add ref_detection job to determine appropriate test-kit image per branch Update test, codestyle, and codeanalyze jobs to use dynamic test-kit image Remove duplicate ref_detection job definition Ensure test-kit image tag matches branch or defaults to …

donhardmandonhardman · 2025-06-04 · 3 · #554

Fix issue while fuzzy=0 may lead to escaped operators

donhardmandonhardman · 2025-05-22 · 2 · #536

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 44 ❌ Failed: 1 ⏳ Duration: 410s 👉 Check Action Results for commit 71683b8 Failed tests: ––– input ––– set -b +m; sed -i '/data_dir = \/var\/lib\/manticore/a\ binlog_common = 1\n …

github-actions[bot]github-actions[bot] · 2025-05-13

Fix issue with drop sharded table

donhardmandonhardman · 2024-10-23 · 0 · #383

layouts='ru' may be not working

sanikolaevsanikolaev · 2025-06-10 · 6 · #547

bug

We always should have 2 layouts; we will add an error message. But the other critical issue is that we are NOT preserving the original form of the query, which may be critical when a user inputs data in a layout we do not support. Fix in the core: https …

donhardmandonhardman · 2025-06-04

Update composer deps to support initialization without access to plug…

…gable dir

donhardmandonhardman · 2024-11-19 · 0 · #398

Auto sharding issues

donhardmandonhardman · 2025-06-11 · 3 · #543

bug

Closing as merged into the main.

donhardmandonhardman · 2025-06-11

Fix/distributed table fuzzy

donhardmandonhardman · 2025-04-06 · 0 · #515

Fix issue while fuzzy=0 may lead to escaped operators

donhardmandonhardman · 2025-05-22 · 2 · #536

…clt ❌ CLT tests in test/clt-tests/replication/ ✅ OK: 4 ❌ Failed: 1 ⏳ Duration: 141s 👉 Check Action Results for commit 82f28af Failed tests: ––– input ––– export INSTANCE=1 ––– output ––– OK ––– input ––– mkdir -p /var/{run,lib,log}/manticore-${INSTANCE} …

github-actions[bot]github-actions[bot] · 2025-05-16

Queues MV: Show query compile error

djklim87djklim87 · 2025-01-17 · 0 · #456

Log Level opt + endpoint

donhardmandonhardman · 2025-06-11 · 96 · #535

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 43 ❌ Failed: 2 ⏳ Duration: 463s 👉 Check Action Results for commit 9a22848 Failed tests: ––– input ––– apt-get install jq -y > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]github-actions[bot] · 2025-05-16

Autocomplete drops in

Bug Description: There is weird behavior in table with single document. It works unexpectedly with in : mysql> call autocomplete('alice in', 'mre'); +--------------+ | query | +--------------+ | alice in | | alice chains | +--------------+ mysql> or mysql …

donhardmandonhardman · 2025-06-12 · 6 · #514

bug

layouts='ru' may be not working

sanikolaevsanikolaev · 2025-06-10 · 6 · #547

bug

Here is the error message and fix to request 2 languages in layouts to be set: https://github.com/manticoresoftware/manticoresearch-buddy/pull/557 And the docs updated accordingly: https://github.com/manticoresoftware/manticoresearch/pull/3433

donhardmandonhardman · 2025-06-04

Error response for multi query request including fuzzy search

Bug Description: curl localhost:9308/cli -d "CREATE TABLE test(f text) min_infix_len='2' '' curl localhost:9308/cli -d "SELECT f FROM test WHERE MATCH('a') OPTION fuzzy=1;show meta;" ERROR: P01: syntax error, unexpected ';' near ';show meta;SHOW META' It …

Nick-S-2018Nick-S-2018 · 2025-06-12 · 4 · #507

bug

Auto sharding issues

donhardmandonhardman · 2025-06-11 · 3 · #543

bug

Thanks for the update! However, the internal checklist is not yet complete. A Manticore team member will close this issue once everything is checked off. 🛠️

github-actions[bot]github-actions[bot] · 2025-06-11

Log Level opt + endpoint

donhardmandonhardman · 2025-06-11 · 96 · #535

Log Level opt + endpoint

donhardmandonhardman · 2025-06-11 · 96 · #535

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 43 ❌ Failed: 2 ⏳ Duration: 474s 👉 Check Action Results for commit 9a22848 Failed tests: ––– input ––– apt-get install jq -y > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]github-actions[bot] · 2025-05-20

Copy of #478

https://github.com/manticoresoftware/manticoresearch-buddy/pull/478 can't pass all the tests due to a permissions issue. This is a copy.

sanikolaevsanikolaev · 2025-02-01 · 1 · #481

Log Level opt + endpoint

donhardmandonhardman · 2025-06-11 · 96 · #535

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 43 ❌ Failed: 2 ⏳ Duration: 465s 👉 Check Action Results for commit 9a22848 Failed tests: ––– input ––– apt-get install jq -y > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]github-actions[bot] · 2025-05-22

Failure in "Build test kit ..." when the PR is from a fork

Hopefully fixes this https://github.com/manticoresoftware/manticoresearch-buddy/actions/runs/13088640038/job/36524015494?pr=478#step:2:137

sanikolaevsanikolaev · 2025-02-01 · 0 · #479

layouts='ru' may be not working

sanikolaevsanikolaev · 2025-06-10 · 6 · #547

bug

A minor change is requested. Pls check it out.

sanikolaevsanikolaev · 2025-06-05

Use json for state value and update code to fix sharding timeout exceed

Migrate sharding schema to fix issue with "Waiting timeout exceed" due to \n escaping in response

donhardmandonhardman · 2025-01-06 · 0 · #430

Log Level opt + endpoint

donhardmandonhardman · 2025-06-11 · 96 · #535

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 43 ❌ Failed: 2 ⏳ Duration: 461s 👉 Check Action Results for commit a95f36c Failed tests: ––– input ––– apt-get install jq -y > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]github-actions[bot] · 2025-05-26

Add support for failed update and delete in clustered environment

donhardmandonhardman · 2025-03-04 · 0 · #499

fix(server): reduce memory usage logging frequency to 60s

donhardmandonhardman · 2025-06-12 · 5 · #565

🐳 Docker Images Pushed Buddy Test-Kit Images: Branch image: ghcr.io/manticoresoftware/manticoresearch:test-kit-fix_memory-usage-log-buddy Commit image: ghcr.io/manticoresoftware/manticoresearch:test-kit-0e990a6b-buddy Base image used: ghcr.io/ …

github-actions[bot]github-actions[bot] · 2025-06-12

ci: removed login to ghcr.io as the image we need is public

sanikolaevsanikolaev · 2025-02-01 · 0 · #480

layouts='ru' may be not working

sanikolaevsanikolaev · 2025-06-10 · 6 · #547

bug

Closing as merged

donhardmandonhardman · 2025-06-10

Auto-sharding rollback on fail

Proposal: Currently, as per MVP, we do not have a rollback mechanism. We should think about and introduce a recovery system so that in case something goes wrong in creating a table or the rebalancing mechanism, we can rollback all intermediate tables/ …

donhardmandonhardman · 2025-06-11 · 0 · #564

layouts='ru' may be not working

sanikolaevsanikolaev · 2025-06-10 · 6 · #547

bug

Thanks for the update! However, the internal checklist is not yet complete. A Manticore team member will close this issue once everything is checked off. 🛠️

github-actions[bot]github-actions[bot] · 2025-06-10

Auto-sharding polling mechanism

Proposal: As discussed before, currently we rely on the queue system ONLY, but due to the blocking nature of queries like alter cluster add table ... , it's not guaranteed that even if it fails and returns an error, the cluster is not synced. Instead of …

donhardmandonhardman · 2025-06-11 · 0 · #563

fix(server): reduce memory usage logging frequency to 60s

donhardmandonhardman · 2025-06-12 · 5 · #565

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 44 ❌ Failed: 2 ⏳ Duration: 475s 👉 Check Action Results for commit 0e990a6 Failed tests: ––– input ––– apt-get install jq -y > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]github-actions[bot] · 2025-06-12

Fix fuzzy issues with FACET and complex ranker in options

donhardmandonhardman · 2025-03-04 · 2 · #500

Log Level opt + endpoint

donhardmandonhardman · 2025-06-11 · 96 · #535

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 43 ❌ Failed: 2 ⏳ Duration: 466s 👉 Check Action Results for commit a95f36c Failed tests: ––– input ––– apt-get install jq -y > /dev/null; echo $? ––– output ––– OK ––– input ––– …

github-actions[bot]github-actions[bot] · 2025-05-26